Partager via


UIResponder.MotionCancelled(UIEventSubtype, UIEvent) Méthode

Définition

Méthode appelée si le système d’exploitation annule un événement de mouvement (secouement).

[Foundation.Export("motionCancelled:withEvent:")]
public virtual void MotionCancelled (UIKit.UIEventSubtype motion, UIKit.UIEvent evt);
abstract member MotionCancelled : UIKit.UIEventSubtype * UIKit.UIEvent -> unit
override this.MotionCancelled : UIKit.UIEventSubtype * UIKit.UIEvent -> unit

Paramètres

motion
UIEventSubtype

Sous-type d’événement qui spécifie le type de mouvement.

evt
UIEvent

UIEvent décrivant le mouvement spécifié.

Ce paramètre peut être null.

Attributs

S’applique à