Partager via


UIApplication.SendEvent(UIEvent) Méthode

Définition

Envoie un événement à l’application.

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

Paramètres

uievent
UIEvent

Objet qui encapsule les informations d’événement.

Attributs

Remarques

Cette méthode permet aux développeurs d’applications de créer des fichiers natifs UIEventqui sont ensuite gérés normalement.

S’applique à

Voir aussi

  • <xref:UIKit.UIApplication.SendAction>