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
モーションの種類を指定するイベント サブタイプ。
- 属性