ValueChangingEventArgs<T>.NewValue 属性

定义

按照属性更改事件的报告获取更改属性的新值。

public:
 property T NewValue { T get(); };
public T NewValue { get; }
member this.NewValue : 'T
Public ReadOnly Property NewValue As T

属性值

T

更改属性的新值。

适用于