DbServerSyncProvider.ChangesApplied Event

Occurs after all changes are applied at the server for a synchronization group.

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

'Declaration
Public Event ChangesApplied As EventHandler(Of ChangesAppliedEventArgs)
'Usage
Dim instance As DbServerSyncProvider
Dim handler As EventHandler(Of ChangesAppliedEventArgs)

AddHandler instance.ChangesApplied, handler

Show: