Subscriber portal
Occurs after all changes to be applied to the server for a synchronization group are selected from the client.
'Declaration Public Event ChangesSelected As EventHandler(Of ChangesSelectedEventArgs) 'Usage Dim instance As SqlCeClientSyncProvider Dim handler As EventHandler(Of ChangesSelectedEventArgs) AddHandler instance.ChangesSelected, handler