 | ValueChangedEventArgs<TValue>.NewValue Property |
The new value after the change.
Namespace:
BionicCode.Utilities.Net.Standard.Generic
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxpublic TValue NewValue { get; }
Public ReadOnly Property NewValue As TValue
Get
Dim instance As ValueChangedEventArgs
Dim value As TValue
value = instance.NewValue
public:
property TValue NewValue {
TValue get ();
}
member NewValue : 'TValue with get
/** @property */
public TValue get_NewValue()
function get NewValue () : TValue
PROPERTY NewValue AS TValue GET
Property Value
Type:
TValue
See Also