UIResponder.MotionEnded(UIEventSubtype, UIEvent) 方法

定义

运动 (摇动) 完成时调用的方法。

[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

参数

motion
UIEventSubtype

事件子类型。

evt
UIEvent

描述指定符号的 UIEvent。

此参数可以为 null

属性

注解

具体而言, UIView 将事件浮升到响应方链上。

适用于