UIResponder.MotionCancelled(UIEventSubtype, UIEvent) Metodo

Definizione

Metodo richiamato se il sistema operativo annulla un evento di movimento (shake).

[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

Parametri

motion
UIEventSubtype

Sottotipo evento che specifica il tipo di movimento.

evt
UIEvent

UIEvent che descrive il movimento specificato.

Questo parametro può essere null.

Attributi

Si applica a