SyncCallbacks.FullEnumerationNeeded Event

Occurs when the forgotten knowledge from the source provider is not contained in the current knowledge of the destination provider.

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

'Declaration
Public Event FullEnumerationNeeded As EventHandler(Of FullEnumerationNeededEventArgs)
'Usage
Dim instance As SyncCallbacks
Dim handler As EventHandler(Of FullEnumerationNeededEventArgs)

AddHandler instance.FullEnumerationNeeded, handler

Show: