ActivityChangedEventArgs.NewValue 属性

定义

已更改的 Activity 的成员的新值。The new value of the member of the Activity that has changed.

public:
 property System::Object ^ NewValue { System::Object ^ get(); };
public object NewValue { get; }
member this.NewValue : obj
Public ReadOnly Property NewValue As Object

属性值

Object

已更改的成员的新值。The new value of the member that has changed.

注解

NewValue 是一个包含有关新值的信息的对象。NewValue is an object that contains information about the new value.

适用于