NumericUpDownOnNumberFormatChanged Method

Called when the NumberFormat property value changed.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnNumberFormatChanged(
	NumberFormatInfo? oldValue,
	NumberFormatInfo? newValue
)

Parameters

oldValue  NumberFormatInfo
The old value.
newValue  NumberFormatInfo
The new value.

See Also