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 に設定できます。

属性

適用対象