SimpleSyncProvider.ChangeDetectionCompleted Event

Occurs when change detection is complete for a source provider.

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

'Declaration
Public Event ChangeDetectionCompleted As EventHandler(Of ChangeDetectionCompletedEventArgs)
'Usage
Dim instance As SimpleSyncProvider
Dim handler As EventHandler(Of ChangeDetectionCompletedEventArgs)

AddHandler instance.ChangeDetectionCompleted, handler

Show: