DetectedChangesEventArgs Class

Provides data for the DetectedChanges event.

Inheritance Hierarchy

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

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

The DetectedChangesEventArgs type exposes the following members.

Properties

  Name Description
Public property TotalDirectoriesFound Gets the total number of folders that are found during change detection.
Public property TotalFilesFound Gets the total number of files that are found during change detection.
Public property TotalFileSize Gets the cumulative size of all files that are found during change detection.

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 after change detection is complete.

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