ValueChangedEventArgs<T>.NewValue Property

Definition

Gets the new value of a property as reported by a property changed event.

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

Property Value

T

The new value of the changed property.

Applies to