PedometerReadingChangedEventArgs Class

Definition

Provides data for the pedometer reading– changed event.

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

Windows requirements

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

Remarks

This object is accessed when your app supports the ReadingChanged event.

Properties

Reading

Gets the most recent pedometer reading.

Applies to