Partager via


UIResponder.MotionEnded(UIEventSubtype, UIEvent) Méthode

Définition

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.

evt
UIEvent

UIEvent décrivant la promotion spécifiée.

Ce paramètre peut être null.

Attributs

Remarques

En particulier, UIView bulle les événements dans la chaîne du répondeur.

S’applique à