Class LocationChangedEventArgs

Definition

Namespace:
Tizen.Location
Assembly:
Tizen.Location.dll

An extended EventArgs class which contains the changed location information.

C#
Copy
public class LocationChangedEventArgs : EventArgs
Inheritance
object
System.EventArgs
LocationChangedEventArgs

Constructors

View Source

LocationChangedEventArgs(Location)

The class constructor for the LocationUpdatedEventArgs class.

Declaration
C#
Copy
public LocationChangedEventArgs(Location location)
Parameters
Type Name Description
Location location

Object of the Location class.

Properties

View Source

Location

Gets the location update information.

Declaration
C#
Copy
public Location Location { get; }
Property Value
Type Description
Location