Partager via


Événement ChangesApplied

Se produit pendant le téléchargement ascendant, après l'application des modifications, mais avant la déconnexion de la base de données.

Espace de noms :  Microsoft.Synchronization.Data
Assembly :  Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)

Syntaxe

'Déclaration
Public Event ChangesApplied As EventHandler(Of DbChangesAppliedEventArgs)
'Utilisation
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbChangesAppliedEventArgs)

AddHandler instance.ChangesApplied, handler
public event EventHandler<DbChangesAppliedEventArgs> ChangesApplied
public:
 event EventHandler<DbChangesAppliedEventArgs^>^ ChangesApplied {
    void add (EventHandler<DbChangesAppliedEventArgs^>^ value);
    void remove (EventHandler<DbChangesAppliedEventArgs^>^ value);
}
member ChangesApplied : IEvent<EventHandler<DbChangesAppliedEventArgs>,
    DbChangesAppliedEventArgs>

Voir aussi

Référence

RelationalSyncProvider Classe

Membres RelationalSyncProvider

Espace de noms Microsoft.Synchronization.Data