INotifyHostEventHandler.NotifyHostEventHandler-Methode
Verarbeitet die NotifyHost-Methode des XDocument-Objekts, wenn das InfoPathEditor-Objekt in einer benutzerdefinierten Anwendung gehostet ist.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
Sub NotifyHostEventHandler ( _
<InAttribute> sender As Object, _
<InAttribute> notification As String _
)
'Usage
Dim instance As INotifyHostEventHandler
Dim sender As Object
Dim notification As String
instance.NotifyHostEventHandler(sender, notification)
void NotifyHostEventHandler (
[InAttribute] Object sender,
[InAttribute] string notification
)
Parameter
- sender
Das Objekt, das die Benachrichtigung an den Host sendet.
- notification
Der Inhalt der Nachricht, die von der NotifyHost-Methode gesendet wurde.
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
INotifyHostEventHandler-Schnittstelle
INotifyHostEventHandler-Member
Microsoft.Office.Interop.InfoPath-Namespace