Compartilhar via


UIResponder.MotionCancelled(UIEventSubtype, UIEvent) Método

Definição

Método invocado se o sistema operacional cancelar um evento de 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

Parâmetros

motion
UIEventSubtype

Subtipo de evento que especifica o tipo de movimento.

evt
UIEvent

UIEvent que descreve o movimento especificado.

Esse parâmetro pode ser null.

Atributos

Aplica-se a