Compartir a través de


UIGestureRecognizer.TouchesCancelled(NSSet, UIEvent) Método

Definición

Indica que un evento del sistema (por ejemplo, una advertencia de memoria baja) ha cancelado el evento táctil.

[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

Parámetros

touches
NSSet

Conjunto de instancias de UITouch en el evento representado por el evento que representa los toques en la fase UITouchPhaseCancelled.

evt
UIEvent

Representa el evento al que pertenecen los toques.

Atributos

Se aplica a