UIResponder.MotionCancelled(UIEventSubtype, UIEvent) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果作業系統取消動作, (震動) 事件時叫用的方法。
[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
指定動作種類的事件子類型。
- 屬性