Share via


UIAccelerometerEventArgs(UIAcceleration) Constructor

Definition

Create a new instance of the UIAccelerometerEventArgs with the specified event data.

public UIAccelerometerEventArgs(UIKit.UIAcceleration acceleration);
new UIKit.UIAccelerometerEventArgs : UIKit.UIAcceleration -> UIKit.UIAccelerometerEventArgs

Parameters

acceleration
UIAcceleration

The value for the Acceleration property.

Applies to