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

属性

注解

处理新闻事件的开发人员必须实现此方法。

适用于