| PropertyValueChangedArgsTValueNewValue Property |
Read-only property holding the value after the change.
Namespace:
BionicCode.Utilities.Net.Standard.ViewModel
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.3
Syntax public TValue NewValue { get; }
Public ReadOnly Property NewValue As TValue
Get
Dim instance As PropertyValueChangedArgs
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:
TValueThe value after the change.
See Also