Share via


Événement ChangesApplied

Se produit après l'application de toutes les modifications sur le client pour un groupe de synchronisation.

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

Syntaxe

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

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

Voir aussi

Référence

SqlCeClientSyncProvider Classe

Membres SqlCeClientSyncProvider

Espace de noms Microsoft.Synchronization.Data.SqlServerCe