Inclinometer.ReadingChanged Event

Occurs each time the inclinometer reports a new sensor reading.

Syntax

public:
event TypedEventHandler<Inclinometer^ , InclinometerReadingChangedEventArgs^ >^ ReadingChanged {
         EventRegistrationToken add (TypedEventHandler<Inclinometer^ , InclinometerReadingChangedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

Applications can set the frequency of this event by setting the ReportInterval property.

Requirements

Namespace: Windows.Devices.Sensors

Metadata: windows.winmd

See also

Reference

Inclinometer Class

Inclinometer Members

Windows.Devices.Sensors Namespace