ApplicationEvents4_Event.DocumentChange Event
Occurs when a new document is created, when an existing document is opened, or when another document is made the active document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Event DocumentChange As ApplicationEvents4_DocumentChangeEventHandler
'Usage
Dim instance As ApplicationEvents4_Event
Dim handler As ApplicationEvents4_DocumentChangeEventHandler
AddHandler instance.DocumentChange, handler
event ApplicationEvents4_DocumentChangeEventHandler DocumentChange
See Also
Reference
ApplicationEvents4_Event Interface