NumericUpDownOnTextConverterChanged Method

Called when the Text property value changed.

Definition

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

Parameters

oldValue  IValueConverter
The old value.
newValue  IValueConverter
The new value.

See Also