SqlCeClientSyncProvider.ApplyingChanges Event

Occurs before changes are applied at the client for a synchronization group.

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

'Declaration
Public Event ApplyingChanges As EventHandler(Of ApplyingChangesEventArgs)
'Usage
Dim instance As SqlCeClientSyncProvider
Dim handler As EventHandler(Of ApplyingChangesEventArgs)

AddHandler instance.ApplyingChanges, handler

Show: