UIAccelerometerEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the Acceleration event.
public class UIAccelerometerEventArgs : EventArgs
type UIAccelerometerEventArgs = class
inherit EventArgs
- Inheritance
-
UIAccelerometerEventArgs
Remarks
Holds the UIAcceleration object that holds the acceleration data at the time the event was raised.
Constructors
UIAccelerometerEventArgs(UIAcceleration) |
Initializes a new instance of the UIAccelerometerEventArgs class. |
Properties
Acceleration |
The measured acceleration. |