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