Class SpinEventArgs
Provides data for the Spinner.Spin event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public class SpinEventArgs : RoutedEventArgs
Constructors
| Improve this Doc View SourceSpinEventArgs(SpinDirection)
Initializes a new instance of the SpinEventArgs class.
Declaration
public SpinEventArgs(SpinDirection direction)
Parameters
Type | Name | Description |
---|---|---|
SpinDirection | direction | Spin direction. |
Properties
| Improve this Doc View SourceDirection
Gets the SpinDirection for the spin that has been initiated by the end-user.
Declaration
public SpinDirection Direction { get; }
Property Value
Type | Description |
---|---|
SpinDirection |