Partager via


InfoPathEventHandlerAttribute.EventType, propriété

Obtient ou définit le type d'événement spécifié dans un attribut InfoPathEventHandlerAttribute en tant qu'énumération InfoPathEventType.

Espace de noms : Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly : Microsoft.Office.Interop.InfoPath.SemiTrust (dans microsoft.office.interop.infopath.semitrust.dll)

Syntaxe

Public Property EventType As InfoPathEventType

Dim instance As InfoPathEventHandlerAttribute
Dim value As InfoPathEventType

value = instance.EventType

instance.EventType = value
public InfoPathEventType EventType { get; set; }

Remarques

Important :

Pour éviter toute erreur dans la spécification de l'attribut InfoPathEventHandler d'un gestionnaire d'événements, utilisez uniquement des commandes de l'interface utilisateur InfoPath pour ajouter le stub du code du gestionnaire d'événements. Pour plus d'informations, voir Procédure d'ajout d'un gestionnaire d'événements en utilisant le modèle objet InfoPath 2003.

Voir aussi

Référence

InfoPathEventHandlerAttribute, classe
Membres InfoPathEventHandlerAttribute
Microsoft.Office.Interop.InfoPath.SemiTrust, espace de noms