Compartilhar via


UIResponder.TouchesEnded(NSSet, UIEvent) Método

Definição

Enviado quando um ou mais dedos são retirados da tela.

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

Parâmetros

touches
NSSet

Defina contendo os toques como objetos do tipo UITouch.

evt
UIEvent

O UIEvent que encapsula todos os toques e as informações do evento.

Esse parâmetro pode ser null.

Atributos

Aplica-se a