Compartilhar via


UIResponder.PressesCancelled(NSSet<UIPress>, UIPressesEvent) Método

Definição

Indica que um evento físico de pressionamento de botão foi cancelado devido a um evento do sistema.

[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

Parâmetros

presses
NSSet<UIPress>

O conjunto de UIPress objetos envolvidos no evento.

evt
UIPressesEvent

O UIPressesEvent que descreve o evento.

Atributos

Comentários

Os desenvolvedores que lidam com eventos de imprensa devem implementar esse método.

Aplica-se a