UIGestureRecognizer.TouchesCancelled(NSSet, UIEvent) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示系统事件 (例如内存不足警告) 已取消触摸事件。
[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
表示触摸所属的事件。
- 属性