Compartilhar via


UIGestureRecognizer.TouchesCancelled(NSSet, UIEvent) Método

Definição

Indica que um evento do sistema (por exemplo, um aviso de memória baixa) cancelou o evento de toque.

[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

O conjunto de instâncias UITouch no evento representado pelo evento que representa os toques na fase UITouchPhaseCancelled.

evt
UIEvent

Representa o evento ao qual os toques pertencem.

Atributos

Aplica-se a