FileSyncProvider.DetectingChanges Event

Occurs when a directory is about to be analyzed during a change detection pass.

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

public event EventHandler<DetectingChangesEventArgs> DetectingChanges

This event fires one time for every directory during a change detection pass, including the root directory. The event fires before change detection begins for that folder.

The DetectingChangesEventArgs class provides the path to the directory that is about to be analyzed.

Show: