Class LocationChangedEventArgs
Definition
- Assembly:
- Tizen.Location.dll
An extended EventArgs class which contains the changed location information.
C#Copypublic class LocationChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsLocationChangedEventArgs
Constructors
View Source
LocationChangedEventArgs(Location)
The class constructor for the LocationUpdatedEventArgs class.
Declaration
C#Copypublic LocationChangedEventArgs(Location location)
Parameters
Type | Name | Description |
---|---|---|
Location | location | Object of the Location class. |
Properties
Declaration
C#Copypublic Location Location { get; }
Property Value
Type | Description |
---|---|
Location |