Skip to main content

OnFormatStringChanged Method

Called when the FormatString property value changed.

Definition

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

protected virtual void OnFormatStringChanged(
string? oldValue,
string? newValue
)

Parameters

  String
The old value.
  String
The new value.

See Also

Reference

NumericUpDown Class
Avalonia.Controls Namespace