GeoPositionChangedEventArgs<T>.Position Property

Definition

Gets the location data associated with the event.

public:
 property System::Device::Location::GeoPosition<T> ^ Position { System::Device::Location::GeoPosition<T> ^ get(); };
public System.Device.Location.GeoPosition<T> Position { get; }
member this.Position : System.Device.Location.GeoPosition<'T>
Public ReadOnly Property Position As GeoPosition(Of T)

Property Value

A GeoPosition<T> object that contains the location data in its Location property.

Applies to