ApplicationEvents4_DocumentSyncEventHandler Delegate

Definition

A Delegate type used to add an event handler for the DocumentSync event. The DocumentSync event occurs when the local copy of a document that is part of a Document Workspace is synchronized with the copy on the server.

public delegate void ApplicationEvents4_DocumentSyncEventHandler(Document ^ Doc, MsoSyncEventType SyncEventType);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_DocumentSyncEventHandler(Document Doc, MsoSyncEventType SyncEventType);
type ApplicationEvents4_DocumentSyncEventHandler = delegate of Document * MsoSyncEventType -> unit
Public Delegate Sub ApplicationEvents4_DocumentSyncEventHandler(Doc As Document, SyncEventType As MsoSyncEventType)

Parameters

Doc
Document

Document. The document being synchronized.

SyncEventType
MsoSyncEventType

Required MsoSyncEventType. The status of the document synchronization.

Attributes

Applies to