DocumentEvents2_SyncEventHandler Delegate
A Delegate type used to add an event handler for the Sync event. The Sync 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 DocumentEvents2_SyncEventHandler ( _
SyncEventType As MsoSyncEventType _
)
'Usage
Dim instance As New DocumentEvents2_SyncEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void DocumentEvents2_SyncEventHandler(
MsoSyncEventType SyncEventType
)
Parameters
- SyncEventType
Type: MsoSyncEventType
MsoSyncEventType . The status of the document synchronization.