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