ApplicationEvents4_DocumentSyncEventHandler Delegat

Definition

Ein Delegattyp , der zum Hinzufügen eines Ereignishandlers für das DocumentSync Ereignis verwendet wird. Das DocumentSync-Ereignis tritt auf, wenn die lokale Kopie eines Dokuments, das Teil eines Dokumentarbeitsbereichs ist, mit der Kopie auf dem Server synchronisiert wird.

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)

Parameter

Doc
Document

Document. Das Dokument, das synchronisiert wird.

SyncEventType
MsoSyncEventType

Erforderlich MsoSyncEventType. Der Status der Dokumentsynchronisierung.

Attribute

Gilt für: