Spinner.

OnSpin(SpinEventArgs) Method

Summary

Raises the OnSpin event when spinning is initiated by the end-user.
Namespace
Avalonia.Controls
Containing Type
Spinner

Syntax

protected virtual void OnSpin(SpinEventArgs e)

Parameters

Name Type Description
e SpinEventArgs Spin event args.

Return Value

Type Description
void