次の方法で共有


UIGestureRecognizer.PressesCancelled メソッド

定義

システム イベントが原因で、物理的なボタン押しイベントが取り消されたことを示します。

[Foundation.Export("pressesCancelled:withEvent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PressesCancelled (Foundation.NSSet<UIKit.UIPress> presses, UIKit.UIPressesEvent evt);
abstract member PressesCancelled : Foundation.NSSet<UIKit.UIPress> * UIKit.UIPressesEvent -> unit
override this.PressesCancelled : Foundation.NSSet<UIKit.UIPress> * UIKit.UIPressesEvent -> unit

パラメーター

presses
NSSet<UIPress>

イベントに関係するオブジェクトの UIPress セット。

evt
UIPressesEvent

UIPressesEventイベントを記述する 。

属性

注釈

プレス イベントを処理する開発者は、このメソッドを実装する必要があります。

適用対象