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