NumericUpDownOnFormatStringChanged Method

Called when the FormatString property value changed.

Definition

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

Parameters

oldValue  String
The old value.
newValue  String
The new value.

See Also