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