UIResponder.MotionEnded(UIEventSubtype, UIEvent) Method

Definition

Method invoked when a motion (shake) has finished.

[Foundation.Export("motionEnded:withEvent:")]
public virtual void MotionEnded (UIKit.UIEventSubtype motion, UIKit.UIEvent evt);
abstract member MotionEnded : UIKit.UIEventSubtype * UIKit.UIEvent -> unit
override this.MotionEnded : UIKit.UIEventSubtype * UIKit.UIEvent -> unit

Parameters

motion
UIEventSubtype

The event subtype.

evt
UIEvent

UIEvent describing the specifiemotion.

This parameter can be null.

Attributes

Remarks

In particular, UIView bubbles the events up the responder chain.

Applies to