RelationalSyncProvider.ApplyingChanges Event

Occurs during uploading, after connecting to the database but before applying changes.

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

'Declaration
Public Event ApplyingChanges As EventHandler(Of DbApplyingChangesEventArgs)
'Usage
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbApplyingChangesEventArgs)

AddHandler instance.ApplyingChanges, handler

Show: