Share via


DetectingChangesEventArgs Class

Provides data for the DetectingChanges event.

Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)

Syntax

'Declaration
Public Class DetectingChangesEventArgs
    Inherits EventArgs
'Usage
Dim instance As DetectingChangesEventArgs
public class DetectingChangesEventArgs : EventArgs
public ref class DetectingChangesEventArgs : public EventArgs
public class DetectingChangesEventArgs extends EventArgs
public class DetectingChangesEventArgs extends EventArgs

Remarks

This event is fired during a change detection pass. It fires one time for every folder, before change detection starts for that folder.

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Synchronization.Files.DetectingChangesEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DetectingChangesEventArgs Members
Microsoft.Synchronization.Files Namespace