Partager via


Événement FileSyncProvider.DetectingChanges

Se produit lorsqu'un répertoire est sur le point d'être analysé pendant un passe de détection de modifications.

Espace de noms: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (dans microsoft.synchronization.files.dll)

Syntaxe

'Déclaration
Public Event DetectingChanges As EventHandler(Of DetectingChangesEventArgs)
'Utilisation
Dim instance As FileSyncProvider
Dim handler As EventHandler(Of DetectingChangesEventArgs)

AddHandler instance.DetectingChanges, handler
public event EventHandler<DetectingChangesEventArgs> DetectingChanges
public:
event EventHandler<DetectingChangesEventArgs^>^ DetectingChanges {
    void add (EventHandler<DetectingChangesEventArgs^>^ value);
    void remove (EventHandler<DetectingChangesEventArgs^>^ value);
}
/** @event */
public void add_DetectingChanges (EventHandler<DetectingChangesEventArgs> value)

/** @event */
public void remove_DetectingChanges (EventHandler<DetectingChangesEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

Notes

Cet événement est déclenché une fois pour chaque répertoire pendant un passe de détection de modifications, y compris le répertoire racine. L'événement se déclenche avant que la détection de modifications ne commence pour ce dossier.

La classe DetectingChangesEventArgs fournit le chemin d'accès du répertoire qui va être analysé.

Voir aussi

Référence

Classe FileSyncProvider
Membres FileSyncProvider
Espace de noms Microsoft.Synchronization.Files