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

See Also

Reference

Microsoft.Office.Interop.Excel Namespace