Class SettingChangedEventArgs
Definition
- Namespace:
- Tizen.Location
- Assembly:
- Tizen.Location.dll
- API Level:
- 3
An extended EventArgs class which contains the changed setting status.
C#Copypublic class SettingChangedEventArgs : EventArgs
- Inheritance
Constructors
View Source
SettingChangedEventArgs(LocationType, Boolean)
The class constructor for the SettingChangedEventArgs class.
Declaration
C#Copypublic SettingChangedEventArgs(LocationType type, bool enable)
Parameters
Type | Name | Description |
---|---|---|
LocationType | type | The positioing method used for the location information. |
Boolean | enable | The status of the method. |
API Level: 3
Properties
Declaration
C#Copypublic bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 3
Declaration
C#Copypublic LocationType LocationType { get; }
Property Value
Type | Description |
---|---|
LocationType |