Compartir a través de


UIApplication.SendEvent(UIEvent) Método

Definición

Envía un evento a la aplicación.

[Foundation.Export("sendEvent:")]
public virtual void SendEvent (UIKit.UIEvent uievent);
abstract member SendEvent : UIKit.UIEvent -> unit
override this.SendEvent : UIKit.UIEvent -> unit

Parámetros

uievent
UIEvent

Objeto que encapsula la información del evento.

Atributos

Comentarios

Este método permite a los desarrolladores de aplicaciones crear s nativos UIEventque se controlan normalmente.

Se aplica a

Consulte también

  • <xref:UIKit.UIApplication.SendAction>