DetectedChangesEventArgs Class

Provides data for the DetectedChanges event.

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

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

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

The DetectedChangesEventArgs type exposes the following members.

  NameDescription
Public propertyTotalDirectoriesFoundGets the total number of folders that are found during change detection.
Public propertyTotalFilesFoundGets the total number of files that are found during change detection.
Public propertyTotalFileSizeGets the cumulative size of all files that are found during change detection.
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 after change detection is complete.

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: