Subscriber portal
Occurs during the selection and application of changes for a synchronization group at the client.
'Declaration Public Event SyncProgress As EventHandler(Of SyncProgressEventArgs) 'Usage Dim instance As SqlCeClientSyncProvider Dim handler As EventHandler(Of SyncProgressEventArgs) AddHandler instance.SyncProgress, handler