RelationalSyncProvider.ChangesApplied Event

Occurs during uploading, after applying changes but before disconnecting from the database.

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

'Declaration
Public Event ChangesApplied As EventHandler(Of DbChangesAppliedEventArgs)
'Usage
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbChangesAppliedEventArgs)

AddHandler instance.ChangesApplied, handler

Show: