NumericUpDownRaiseValueChangedEvent Method

Raises the ValueChanged event.

Definition

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

Parameters

oldValue  NullableDecimal
The old value.
newValue  NullableDecimal
The new value.

See Also