Skip to main content

RaiseValueChangedEvent Method

Raises the ValueChanged event.

Definition

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

protected virtual void RaiseValueChangedEvent(
decimal? oldValue,
decimal? newValue
)

Parameters

  Nullable(Decimal)
The old value.
  Nullable(Decimal)
The new value.

See Also

Reference

NumericUpDown Class
Avalonia.Controls Namespace