Condividi tramite


UIGestureRecognizer.PressesCancelled Metodo

Definizione

Indica che un evento fisico di pressione del pulsante è stato annullato a causa di un evento di 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

Parametri

presses
NSSet<UIPress>

Set di UIPress oggetti coinvolti nell'evento.

evt
UIPressesEvent

Oggetto UIPressesEvent che descrive l'evento.

Attributi

Commenti

Gli sviluppatori che gestiscono gli eventi di stampa devono implementare questo metodo.

Si applica a