DetectedChangesEventArgs Class

Provides data for the DetectedChanges event.

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

Syntax

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

Remarks

This event is fired after change detection is complete.

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Synchronization.Files.DetectedChangesEventArgs

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

DetectedChangesEventArgs Members
Microsoft.Synchronization.Files Namespace