Compartilhar via


ApplicationEvents4_DocumentSyncEventHandler Delegar

Definição

Um tipo delegado usado para adicionar um manipulador de eventos para o DocumentSync evento. O evento DocumentSync ocorre quando a cópia local de um documento que faz parte de um Workspace de Documento é sincronizada com a cópia no servidor.

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)

Parâmetros

Doc
Document

Document. O documento que está sendo sincronizado.

SyncEventType
MsoSyncEventType

Necessário MsoSyncEventType. O status da sincronização do documento.

Atributos

Aplica-se a