ButtonSpinnerOnAllowSpinChanged Method

Called when the AllowSpin property value changed.

Definition

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

Parameters

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

See Also