共用方式為


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描述事件的 。

屬性

備註

處理按下事件的開發人員必須實作這個方法。

適用於