Show / Hide Table of Contents

Class SpinEventArgs

Provides data for the Spinner.Spin event.

Inheritance
System.Object
System.EventArgs
RoutedEventArgs
SpinEventArgs
Inherited Members
RoutedEventArgs.OriginalSource
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.Controls.Input.Toolkit.dll
Syntax
public class SpinEventArgs : RoutedEventArgs

Constructors

| Improve this Doc View Source

SpinEventArgs(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 Source

Direction

Gets the SpinDirection for the spin that has been initiated by the end-user.

Declaration
public SpinDirection Direction { get; }
Property Value
Type Description
SpinDirection
  • Improve this Doc
  • View Source