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