WorkbookEvents_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 worksheet that is part of a Document Workspace is synchronized with the copy on the server.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub WorkbookEvents_SyncEventHandler ( _
SyncEventType As MsoSyncEventType _
)
'Usage
Dim instance As New WorkbookEvents_SyncEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void WorkbookEvents_SyncEventHandler(
MsoSyncEventType SyncEventType
)
Parameters
SyncEventType
Type: Microsoft.Office.Core.MsoSyncEventTypeMsoSyncEventType. The status of the worksheet synchronization.