ApplicationEvents4_DocumentSyncEventHandler Delegate
A Delegate type used to add an event handler for the DocumentSync event. The DocumentSync event occurs when the local copy of a document that is part of a Document Workspace is synchronized with the copy on the server.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents4_DocumentSyncEventHandler ( _
Doc As Document, _
SyncEventType As MsoSyncEventType _
)
'Usage
Dim instance As New ApplicationEvents4_DocumentSyncEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents4_DocumentSyncEventHandler(
Document Doc,
MsoSyncEventType SyncEventType
)
Parameters
- Doc
Type: Microsoft.Office.Interop.Word.Document
Document . The document being synchronized.
- SyncEventType
Type: MsoSyncEventType
Required MsoSyncEventType. The status of the document synchronization.