共用方式為


UIResponder.PressesCancelled(NSSet<UIPress>, UIPressesEvent) 方法

定義

表示因為系統事件而取消實體按鈕按下事件。

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

屬性

備註

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

適用於