ApplicationEvents4.DocumentSync Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub DocumentSync ( _
    Doc As Document, _
    SyncEventType As MsoSyncEventType _
)
'Usage
Dim instance As ApplicationEvents4
Dim Doc As Document
Dim SyncEventType As MsoSyncEventType

instance.DocumentSync(Doc, SyncEventType)
void DocumentSync(
    Document Doc,
    MsoSyncEventType SyncEventType
)

Parameters

  • SyncEventType
    Type: MsoSyncEventType

See Also

Reference

ApplicationEvents4 Interface

ApplicationEvents4 Members

Microsoft.Office.Interop.Word Namespace