UIResponder.MotionEnded(UIEventSubtype, UIEvent) Método

Definición

Método invocado cuando ha finalizado un movimiento (agitación).

[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

Parámetros

motion
UIEventSubtype

Subtipo de evento.

evt
UIEvent

UIEvent que describe la clase specifiemotion.

Este parámetro puede ser null.

Atributos

Comentarios

En concreto, UIView propaga los eventos hacia arriba en la cadena del respondedor.

Se aplica a