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

事件中的 UITouch 实例集,由表示 UITouchPhaseCancelled 阶段中的触摸的 事件表示。

evt
UIEvent

表示触摸所属的事件。

属性

适用于