ItemChangingEventArgs 类
为 ItemChanging 事件提供数据。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 Microsoft.Synchronization.dll 中)
语法
声明
Public Class ItemChangingEventArgs _
Inherits EventArgs
用法
Dim instance As ItemChangingEventArgs
public class ItemChangingEventArgs : EventArgs
public ref class ItemChangingEventArgs : public EventArgs
type ItemChangingEventArgs =
class
inherit EventArgs
end
public class ItemChangingEventArgs extends EventArgs
注释
变更将要应用于目标副本时,将发生 ItemChanging。
继承层次结构
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.Synchronization..::..ItemChangingEventArgs
线程安全
此类型的所有公共成员static(在 Visual Basic 中为 Shared) 都是线程安全的。不保证所有实例成员都是线程安全的。