AppEvents_WorkbookSyncEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- SyncEventType
- MsoSyncEventType
Required MsoSyncEventType. The status of the workbook synchronization.
- Attributes