Skip to main content

OnNumberFormatChanged Method

Called when the NumberFormat property value changed.

Definition

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

protected virtual void OnNumberFormatChanged(
NumberFormatInfo? oldValue,
NumberFormatInfo? newValue
)

Parameters

  NumberFormatInfo
The old value.
  NumberFormatInfo
The new value.

See Also

Reference

NumericUpDown Class
Avalonia.Controls Namespace