UIAccelerometer.Acceleration Event
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.
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.