UIResponder.MotionEnded(UIEventSubtype, 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.
Méthode appelée lorsqu’un mouvement (secouement) est terminé.
[Foundation.Export("motionEnded:withEvent:")]
public virtual void MotionEnded (UIKit.UIEventSubtype motion, UIKit.UIEvent evt);
abstract member MotionEnded : UIKit.UIEventSubtype * UIKit.UIEvent -> unit
override this.MotionEnded : UIKit.UIEventSubtype * UIKit.UIEvent -> unit
Paramètres
- motion
- UIEventSubtype
Sous-type d’événement.
- Attributs
Remarques
En particulier, UIView bulle les événements dans la chaîne du répondeur.