AppEvents_Event.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
Event WorkbookSync As AppEvents_WorkbookSyncEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_WorkbookSyncEventHandler
AddHandler instance.WorkbookSync, handler
event AppEvents_WorkbookSyncEventHandler WorkbookSync