Expand Minimize
0 out of 1 rated this helpful - Rate this topic

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)
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents4_DocumentChangeEventHandler
'Usage
Dim instance As New ApplicationEvents4_DocumentChangeEventHandler(AddressOf HandlerMethod)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.