ApplicationEvents4_Event.NewDocument Event
Occurs when a new document is created.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Event NewDocument As ApplicationEvents4_NewDocumentEventHandler
'Usage
Dim instance As ApplicationEvents4_Event
Dim handler As ApplicationEvents4_NewDocumentEventHandler
AddHandler instance.NewDocument, handler
event ApplicationEvents4_NewDocumentEventHandler NewDocument
See Also
Reference
ApplicationEvents4_Event Interface