AppEvents_WorkbookSyncEventHandler Delegate

Definition

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.

public delegate void AppEvents_WorkbookSyncEventHandler(Workbook ^ Wb, MsoSyncEventType SyncEventType);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_WorkbookSyncEventHandler(Workbook Wb, MsoSyncEventType SyncEventType);
Public Delegate Sub AppEvents_WorkbookSyncEventHandler(Wb As Workbook, SyncEventType As MsoSyncEventType)

Parameters

Wb
Workbook

Workbook. The workbook being synchronized.

SyncEventType
MsoSyncEventType

Required MsoSyncEventType. The status of the workbook synchronization.

Attributes

Applies to