UIResponder.TouchesEnded(NSSet, UIEvent) Metodo

Definizione

Inviato quando una o più dita vengono sollevate dallo schermo.

[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

Parametri

touches
NSSet

Impostare contenente i tocchi come oggetti di tipo UITouch.

evt
UIEvent

UIEvent che incapsula tutti i tocchi e le informazioni sull'evento.

Questo parametro può essere null.

Attributi

Si applica a