ApplicationEvents4_DocumentChangeEventHandler Delegate

A Delegate type used to add an event handler for the DocumentChange event. The 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
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents4_DocumentChangeEventHandler
'Usage
Dim instance As New ApplicationEvents4_DocumentChangeEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents4_DocumentChangeEventHandler()

See Also

Reference

Microsoft.Office.Interop.Word Namespace