Condividi tramite


Evento SqlCeClientSyncProvider.SyncProgress

Si verifica durante la selezione e l'applicazione nel client delle modifiche relative a un gruppo di sincronizzazione.

Spazio dei nomi: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)

Sintassi

'Dichiarazione
Public Event SyncProgress As EventHandler(Of SyncProgressEventArgs)
'Utilizzo
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);
}
/** @event */
public void add_SyncProgress (EventHandler<SyncProgressEventArgs> value)

/** @event */
public void remove_SyncProgress (EventHandler<SyncProgressEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

Vedere anche

Riferimento

Classe SqlCeClientSyncProvider
Membri SqlCeClientSyncProvider
Spazio dei nomi Microsoft.Synchronization.Data.SqlServerCe