Share via


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 將事件反升回應程式鏈結。

適用於