NumericUpDownOnIncrementChanged Method

Called when the Increment property value changed.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnIncrementChanged(
	decimal oldValue,
	decimal newValue
)

Parameters

oldValue  Decimal
The old value.
newValue  Decimal
The new value.

See Also