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