UIResponder.MotionCancelled(UIEventSubtype, UIEvent) 方法

定义

如果操作系统取消运动 (摇动) 事件,则调用的方法。

[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

参数

motion
UIEventSubtype

指定运动类型的事件子类型。

evt
UIEvent

描述指定动作的 UIEvent。

此参数可以为 null

属性

适用于