UIResponder.MotionCancelled(UIEventSubtype, UIEvent) Method

Definition

Method invoked if the operating system cancels a motion (shake) event.

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

Parameters

motion
UIEventSubtype

Event-subtype that specifies the kind of motion.

evt
UIEvent

UIEvent describing the specified motion.

This parameter can be null.

Attributes

Applies to