次の方法で共有


UIGestureRecognizer.TouchesCancelled(NSSet, UIEvent) メソッド

定義

システム イベント (メモリ不足の警告など) がタッチ イベントを取り消したことを示します。

[Foundation.Export("touchesCancelled:withEvent:")]
public virtual void TouchesCancelled (Foundation.NSSet touches, UIKit.UIEvent evt);
abstract member TouchesCancelled : Foundation.NSSet * UIKit.UIEvent -> unit
override this.TouchesCancelled : Foundation.NSSet * UIKit.UIEvent -> unit

パラメーター

touches
NSSet

UITouchPhaseCancelled フェーズのタッチを表すイベントによって表されるイベント内の UITouch インスタンスのセット。

evt
UIEvent

タッチが属するイベントを表します。

属性

適用対象