Occurs each time the inclinometer reports a new sensor reading.
public:
event TypedEventHandler<Inclinometer^ , InclinometerReadingChangedEventArgs^ >^ ReadingChanged {
EventRegistrationToken add (TypedEventHandler<Inclinometer^ , InclinometerReadingChangedEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
Applications can set the frequency of this event by setting the ReportInterval property.
Namespace: Windows.Devices.Sensors
Metadata: windows.winmd