UIResponder.MotionCancelled(UIEventSubtype, UIEvent) Método

Definición

Método invocado si el sistema operativo cancela un evento de movimiento (agitación).

[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

Parámetros

motion
UIEventSubtype

Subtipo de evento que especifica el tipo de movimiento.

evt
UIEvent

UIEvent que describe el movimiento especificado.

Este parámetro puede ser null.

Atributos

Se aplica a