UIResponder.TouchesEnded(NSSet, UIEvent) Método

Definición

Se envía cuando uno o varios dedos se levantan de la pantalla.

[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

Conjunto que contiene los toques como objetos de tipo UITouch.

evt
UIEvent

UiEvent que encapsula todos los toques y la información del evento.

Este parámetro puede ser null.

Atributos

Se aplica a