InfoPathEditor.SetNotifyHostEventHandler - 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 la méthode NotifyHost de l'objet XDocument est utilisée pour notifier l'application hôte.
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Sub SetNotifyHostEventHandler ( _
pHandler As INotifyHostEventHandler _
)
'Utilisation
Dim instance As InfoPathEditor
Dim pHandler As INotifyHostEventHandler
instance.SetNotifyHostEventHandler(pHandler)
void SetNotifyHostEventHandler(
INotifyHostEventHandler pHandler
)
Paramètres
pHandler
Type : Microsoft.Office.Interop.InfoPath.INotifyHostEventHandlerL'interface qui doit être implémenté dans l'application personnalisée pour gérer l'événement à partir de l'objet InfoPathEditor .
Remarques
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.