ButtonSpinner.

OnAllowSpinChanged(bool, bool) Method

Summary

Called when the AllowSpin property value changed.
Namespace
Avalonia.Controls
Containing Type
ButtonSpinner

Syntax

protected virtual void OnAllowSpinChanged(bool oldValue, bool newValue)

Parameters

Name Type Description
oldValue bool The old value.
newValue bool The new value.

Return Value

Type Description
void