UIAccelerometer.Acceleration Event

Definition

This event is raised when a new acceleration event is ready.

public event EventHandler<UIKit.UIAccelerometerEventArgs> Acceleration;
member this.Acceleration : EventHandler<UIKit.UIAccelerometerEventArgs> 

Event Type

Remarks

Use this event if you want to subscribe to notifications without having to create a UIAccelerometerDelegate class.

Applies to