SqlCeClientSyncProvider.SyncProgress Event

Occurs during the selection and application of changes for a synchronization group at the client.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Event SyncProgress As EventHandler(Of SyncProgressEventArgs)
'Usage
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>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

SqlCeClientSyncProvider Class

Microsoft.Synchronization.Data.SqlServerCe Namespace