WorkbookEvents_Event.Sync EventĀ 

Occurs when the local copy of a worksheet 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)

Usage

WithEvents workbookEvents_Event1 As WorkbookEvents_Event
Function workbookEvents_Event1_Sync(SyncEventType As MsoSyncEventType) As Void
    Handles workbookEvents_Event1.Sync
End Function

Syntax

Event Sync As WorkbookEvents_SyncEventHandler
event WorkbookEvents_SyncEventHandler Sync;
event WorkbookEvents_SyncEventHandler^ Sync;
 void add_Sync(WorkbookEvents_SyncEventHandler handler);
 void remove_Sync(WorkbookEvents_SyncEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

WorkbookEvents_Event Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

WorkbookEvents_Event Members