ActivityChangedEventArgs.NewValue 属性
定义
public:
property System::Object ^ NewValue { System::Object ^ get(); };
public object NewValue { get; }
member this.NewValue : obj
Public ReadOnly Property NewValue As Object
属性值
已更改的成员的新值。The new value of the member that has changed.
注解
NewValue 是一个包含有关新值的信息的对象。NewValue is an object that contains information about the new value.