UIResponder.TouchesEnded(NSSet, UIEvent) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoyé quand un ou plusieurs doigts sont levés de l’écran.
[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
Paramètres
- evt
- UIEvent
UIEvent qui encapsule toutes les touches et les informations d’événement.
Ce paramètre peut être null
.
- Attributs