DocumentEvents2_Event.Sync EventĀ 

Occurs when the local copy of a document that is part of a Document Workspace is synchronized with the copy on the server.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

WithEvents documentEvents2_Event1 As DocumentEvents2_Event
Function documentEvents2_Event1_Sync(SyncEventType As MsoSyncEventType) As Void
    Handles documentEvents2_Event1.Sync
End Function

Syntax

Event Sync As DocumentEvents2_SyncEventHandler
event DocumentEvents2_SyncEventHandler Sync;
event DocumentEvents2_SyncEventHandler^ Sync;
 void add_Sync(DocumentEvents2_SyncEventHandler handler);
 void remove_Sync(DocumentEvents2_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

DocumentEvents2_Event Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

DocumentEvents2_Event Members