Share via


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

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
location

Remarks

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

Properties

Name Description
Position

The location data associated with the PositionChanged event.

Applies to