UIGestureRecognizer.TouchesCancelled(NSSet, UIEvent) Metodo

Definizione

Indica che un evento di sistema (ad esempio, un avviso di memoria insufficiente) ha annullato l'evento tocco.

[Foundation.Export("touchesCancelled:withEvent:")]
public virtual void TouchesCancelled (Foundation.NSSet touches, UIKit.UIEvent evt);
abstract member TouchesCancelled : Foundation.NSSet * UIKit.UIEvent -> unit
override this.TouchesCancelled : Foundation.NSSet * UIKit.UIEvent -> unit

Parametri

touches
NSSet

Set di istanze UITouch nell'evento rappresentato dall'evento che rappresenta i tocchi nella fase UITouchPhaseCancelled.

evt
UIEvent

Rappresenta l'evento a cui appartengono i tocchi.

Attributi

Si applica a