SpinEventArgs Class

Summary

Provides data for the Spinner.Spin event.
Namespace
Avalonia.Controls
Base Types
graph BT Type-->Base0["RoutedEventArgs"] click Base0 "/api/Avalonia.Interactivity/RoutedEventArgs" Base0-->Base1["EventArgs"] Base1-->Base2["object"] Type["SpinEventArgs"] class Type type-node

Syntax

public class SpinEventArgs : RoutedEventArgs

Constructors

Properties

Name Value Summary
Direction SpinDirection
Gets the SpinDirection for the spin that has been initiated by the end-user.
Handled bool
Inherited from RoutedEventArgs
Route RoutingStrategies
Inherited from RoutedEventArgs
RoutedEvent RoutedEvent?
Inherited from RoutedEventArgs
Source IInteractive?
Inherited from RoutedEventArgs
UsingMouseWheel bool
Get or set whether the spin event originated from a mouse wheel event.