Accelerometer Events
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Accelerometer type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrentValueChanged | Occurs when new data arrives from the sensor. (Inherited from SensorBase<TSensorReading>.) |
|
ReadingChanged | Obsolete. Occurs when new data arrives from the accelerometer. This method is deprecated in the current release. Applications should use the CurrentValueChanged event of the SensorBase<TSensorReading> class instead. |
Show: