NumericUpDownOnValueChanged Method
Called when the
Value property value changed.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnValueChanged(
decimal? oldValue,
decimal? newValue
)
Protected Overridable Sub OnValueChanged (
oldValue As Decimal?,
newValue As Decimal?
)
abstract OnValueChanged :
oldValue : Nullable<decimal> *
newValue : Nullable<decimal> -> unit
override OnValueChanged :
oldValue : Nullable<decimal> *
newValue : Nullable<decimal> -> unit
Parameters
- oldValue NullableDecimal
- The old value.
- newValue NullableDecimal
- The new value.