Partager via


InfoPathEditor.SetInitEventHandler - Méthode

Définit le Gestionnaire d'événements dans l'application hôte pour la gestion de l'événement qui se produit lorsque le formulaire est chargé dans l'objet InfoPathEditor .

Espace de noms :  Microsoft.Office.Interop.InfoPath
Assembly :  Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)

Syntaxe

'Déclaration
Sub SetInitEventHandler ( _
    pHandler As _IInitEventHandler _
)
'Utilisation
Dim instance As InfoPathEditor
Dim pHandler As _IInitEventHandler

instance.SetInitEventHandler(pHandler)
void SetInitEventHandler(
    _IInitEventHandler pHandler
)

Paramètres

Remarques

Définit la fonction dans l'application hôte qui est utilisée comme une fonction de rappel pour l'événement Initialize , qui est appelé avant l'événement OnLoad InfoPath.

Pour plus d'informations sur les InfoPathEditor et les objets FormControl , consultez l'article MSDN d'hébergement de l'environnement d'édition du formulaire InfoPath dans une Application de formulaire Windows personnalisée et la section « L'éditeur InfoPath Hosted comme un contrôle » Nouveautés pour les développeurs InfoPath.

Voir aussi

Référence

InfoPathEditor interface

InfoPathEditor - Membres

Microsoft.Office.Interop.InfoPath - Espace de noms