Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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);
}
/** @event */
public void add_ChangeDetectionCompleted (EventHandler<ChangeDetectionCompletedEventArgs> value)
/** @event */
public void remove_ChangeDetectionCompleted (EventHandler<ChangeDetectionCompletedEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
See Also
Reference
SimpleSyncProvider Class
SimpleSyncProvider Members
Microsoft.Synchronization.SimpleProviders Namespace