Skip to main content

OnTextConverterChanged Method

Called when the Text property value changed.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

protected virtual void OnTextConverterChanged(
IValueConverter? oldValue,
IValueConverter? newValue
)

Parameters

  IValueConverter
The old value.
  IValueConverter
The new value.

See Also

Reference

NumericUpDown Class
Avalonia.Controls Namespace