ApplicationClass.DocumentChange Event
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Event DocumentChange As ApplicationEvents4_DocumentChangeEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As ApplicationEvents4_DocumentChangeEventHandler
AddHandler instance.DocumentChange, handler
public virtual event ApplicationEvents4_DocumentChangeEventHandler DocumentChange
Implements
ApplicationEvents4_Event.DocumentChange