PositionChangedEventArgs Class

Definition

Provides data for the PositionChanged event.

public ref class PositionChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PositionChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PositionChangedEventArgs
Public NotInheritable Class PositionChangedEventArgs
Inheritance
Object Platform::Object IInspectable PositionChangedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
location ID_CAP_LOCATION [Windows Phone]

Remarks

This object is the argument passed to the event handler for a PositionChanged event.

Properties

Position

The location data associated with the PositionChanged event.

Applies to