DetectingChangesEventArgs Class

Provides data for the DetectingChanges event.

Inheritance Hierarchy

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

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
type DetectingChangesEventArgs =  
    class
        inherit EventArgs
    end
public class DetectingChangesEventArgs extends EventArgs

The DetectingChangesEventArgs type exposes the following members.

Properties

  Name Description
Public property DirectoryPath Gets the path of the folder that is about to be analyzed during change detection, relative to the root directory.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

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

Microsoft.Synchronization.Files Namespace