_ApplicationEvents_Event.NewXDocument-Ereignis
Tritt ein, wenn ein neues Formular erstellt wird.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Event NewXDocument As _ApplicationEvents_NewXDocumentEventHandler
'Usage
Dim instance As _ApplicationEvents_Event
Dim handler As _ApplicationEvents_NewXDocumentEventHandler
AddHandler instance.NewXDocument, handler
event _ApplicationEvents_NewXDocumentEventHandler NewXDocument
Hinweise
Das Ereignis NewXDocument der _ApplicationEvents_Event -Schnittstelle wird in erster Linie mit COM-Add-ins verwendet. Weitere Informationen zum Erstellen eines COM-Add-Ins für Microsoft InfoPath finden Sie unter How To: Create a COM Add-in to Add Custom Features to InfoPath.
Siehe auch
Referenz
_ApplicationEvents_Event Schnittstelle