Partager via


Événement SyncProgress

Se produit pendant la sélection et l'application des modifications pour un groupe de synchronisation sur le client.

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

Syntaxe

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

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

Voir aussi

Référence

SqlCeClientSyncProvider Classe

Membres SqlCeClientSyncProvider

Espace de noms Microsoft.Synchronization.Data.SqlServerCe