ApplicationEvents4_DocumentSyncEventHandler Délégué

Définition

Type De délégué utilisé pour ajouter un gestionnaire d’événements pour l’événement DocumentSync . L’événement DocumentSync se produit lorsque la copie locale d’un document faisant partie d’un espace de travail de document est synchronisée avec la copie sur le serveur.

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)

Paramètres

Doc
Document

Document. Document en cours de synchronisation.

SyncEventType
MsoSyncEventType

Obligatoire MsoSyncEventType. État de la synchronisation du document.

Attributs

S’applique à