NumericUpDownOnIsReadOnlyChanged Method

Called when the IsReadOnly property value changed.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnIsReadOnlyChanged(
	bool oldValue,
	bool newValue
)

Parameters

oldValue  Boolean
The old value.
newValue  Boolean
The new value.

See Also