Occurs each time the accelerometer reports a new sensor reading.
public:
event TypedEventHandler<Accelerometer^ , AccelerometerReadingChangedEventArgs^ >^ ReadingChanged {
EventRegistrationToken add (TypedEventHandler<Accelerometer^ , AccelerometerReadingChangedEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
An application may register this event handler to obtain sensor readings. The application must establish a desired ReportInterval. This informs the sensor driver that resources should be allocated to satisfy the requirements of the application.
Namespace: Windows.Devices.Sensors
Metadata: windows.winmd