Événement ChangeDetectionCompleted
Se produit lorsque la détection des modifications est terminée pour un fournisseur de source.
Espace de noms : Microsoft.Synchronization.SimpleProviders
Assembly : Microsoft.Synchronization.SimpleProviders (dans Microsoft.Synchronization.SimpleProviders.dll)
Syntaxe
'Déclaration
Public Event ChangeDetectionCompleted As EventHandler(Of ChangeDetectionCompletedEventArgs)
'Utilisation
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>