UIAccelerometerEventArgs Class

Definition

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.

Applies to

See also