DetectingChangesEventArgs Class

Provides data for the DetectingChanges event.

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

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

'Declaration
Public Class DetectingChangesEventArgs _
	Inherits EventArgs
'Usage
Dim instance As DetectingChangesEventArgs

The DetectingChangesEventArgs type exposes the following members.

  NameDescription
Public propertyDirectoryPathGets the path of the folder that is about to be analyzed during change detection, relative to the root directory.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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

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