AppEvents_WorkbookSyncEventHandler Delegate
A Delegate type used to add an event handler for the WorkbookSync event. The WorkbookSync event occurs when the local copy of a workbook 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 AppEvents_WorkbookSyncEventHandler ( _
Wb As Workbook, _
SyncEventType As MsoSyncEventType _
)
'Usage
Dim instance As New AppEvents_WorkbookSyncEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void AppEvents_WorkbookSyncEventHandler(
Workbook Wb,
MsoSyncEventType SyncEventType
)
Parameters
Wb
Type: Microsoft.Office.Interop.Excel.WorkbookWorkbook. The workbook being synchronized.
SyncEventType
Type: Microsoft.Office.Core.MsoSyncEventTypeRequired MsoSyncEventType. The status of the workbook synchronization.