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)
Syntax
'Declaration
Public Event ChangeDetectionCompleted As EventHandler(Of ChangeDetectionCompletedEventArgs)
'Usage
Dim instance As SimpleSyncProvider
Dim handler As EventHandler(Of ChangeDetectionCompletedEventArgs)
AddHandler instance.ChangeDetectionCompleted, handler
public event EventHandler<ChangeDetectionCompletedEventArgs> ChangeDetectionCompleted
public:
event EventHandler<ChangeDetectionCompletedEventArgs^>^ ChangeDetectionCompleted {
void add (EventHandler<ChangeDetectionCompletedEventArgs^>^ value);
void remove (EventHandler<ChangeDetectionCompletedEventArgs^>^ value);
}
member ChangeDetectionCompleted : IEvent<EventHandler<ChangeDetectionCompletedEventArgs>,
ChangeDetectionCompletedEventArgs>
JScript supports the use of events, but not the declaration of new ones.