Class ServiceStateChangedEventArgs
Definition
- Namespace:
- Tizen.Location
- Assembly:
- Tizen.Location.dll
- API Level:
- 3
An extended EventArgs class contains the changed location service state.
public class ServiceStateChangedEventArgs : EventArgs
- Inheritance
Constructors
View SourceServiceStateChangedEventArgs(ServiceState)
The class constructor for the ServiceStateChangedEventArgs class.
Declaration
public ServiceStateChangedEventArgs(ServiceState state)
Parameters
Type | Name | Description |
---|---|---|
ServiceState | state | An enumeration of type LocationServiceState. |
API Level: 3
Properties
View SourceServiceState
Get the service state.
Declaration
public ServiceState ServiceState { get; }
Property Value
Type | Description |
---|---|
ServiceState |