共用方式為


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

表示觸控所屬的事件。

屬性

適用於