ApplicationEvents4_DocumentSyncEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- SyncEventType
- MsoSyncEventType
Obligatoire MsoSyncEventType. État de la synchronisation du document.
- Attributs