DetectingChangesEventArgs 类

DetectingChanges 事件提供数据。

命名空间: Microsoft.Synchronization.Files
程序集: Microsoft.Synchronization.Files(在 microsoft.synchronization.files.dll 中)

语法

声明
Public Class DetectingChangesEventArgs
    Inherits EventArgs
用法
Dim instance As DetectingChangesEventArgs
public class DetectingChangesEventArgs : EventArgs
public ref class DetectingChangesEventArgs : public EventArgs
public class DetectingChangesEventArgs extends EventArgs
public class DetectingChangesEventArgs extends EventArgs

备注

此事件在变更检测传递期间激发。在每个文件夹的变更检测开始之前,会为每个文件夹都激发一次此事件。

继承层次结构

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

线程安全

此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。

请参阅

参考

DetectingChangesEventArgs 成员
Microsoft.Synchronization.Files 命名空间