InfoPathEditor.SetNotifyHostEventHandler-Methode
Legt den Ereignishandler in der Hostanwendung für die Verarbeitung des Ereignisses fest, das beim Benachrichtigen der Hostanwendung mit der NotifyHost-Methode des XDocument-Objekts auftritt.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
Sub SetNotifyHostEventHandler ( _
<InAttribute> pHandler As INotifyHostEventHandler _
)
'Usage
Dim instance As InfoPathEditor
Dim pHandler As INotifyHostEventHandler
instance.SetNotifyHostEventHandler(pHandler)
void SetNotifyHostEventHandler (
[InAttribute] INotifyHostEventHandler pHandler
)
Parameter
- pHandler
Die Schnittstelle, die in der Hostanwendung für die Verarbeitung des Ereignisses vom InfoPathEditor-Objekt implementiert werden muss.
Hinweise
Weitere Informationen zu den Objekten InfoPathEditor und FormControl finden Sie im MSDN-Artikel Hosting the InfoPath 2007 Form Editing Environment in a Custom Windows Form Application und im Abschnitt "Der als Steuerelement gehostete InfoPath-Editor" von Neuigkeiten für InfoPath-Entwickler.
Siehe auch
Referenz
InfoPathEditor-Schnittstelle
InfoPathEditor-Member
Microsoft.Office.Interop.InfoPath-Namespace