InfoPathEventHandlerAttribute.EventType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le type d’événement spécifié dans un InfoPathEventHandlerAttribute attribut en tant qu’énumération InfoPathEventType .
public:
property Microsoft::Office::Interop::InfoPath::SemiTrust::InfoPathEventType EventType { Microsoft::Office::Interop::InfoPath::SemiTrust::InfoPathEventType get(); void set(Microsoft::Office::Interop::InfoPath::SemiTrust::InfoPathEventType value); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType EventType { get; set; }
member this.EventType : Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType with get, set
Public Property EventType As InfoPathEventType
Valeur de propriété
Remarques
Important : Pour éviter les erreurs dans la spécification de l’attribut InfoPathEventHandler pour un gestionnaire d’événements, vous devez uniquement utiliser les commandes d’interface utilisateur InfoPath pour ajouter le stub pour le code du gestionnaire d’événements. Pour plus d'informations, voir Procédure : ajouter un gestionnaire d'événements à l'aide du modèle objet InfoPath 2003.