CustomSensorReadingChangedEventArgs CustomSensorReadingChangedEventArgs CustomSensorReadingChangedEventArgs CustomSensorReadingChangedEventArgs Class

Definition

Represents data for the reading– changed event of the custom sensor.

public : sealed class CustomSensorReadingChangedEventArgs : ICustomSensorReadingChangedEventArgspublic sealed class CustomSensorReadingChangedEventArgs : ICustomSensorReadingChangedEventArgsPublic NotInheritable Class CustomSensorReadingChangedEventArgs Implements ICustomSensorReadingChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

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

Properties

Reading Reading Reading Reading

Gets the most recent sensor reading.

public : CustomSensorReading Reading { get; }public CustomSensorReading Reading { get; }Public ReadOnly Property Reading As CustomSensorReading// You can use this property in JavaScript.