Class SpinnerItemSelectionChangedEventArgs
Provides data for the SpinnerItemSelectionChangedEventArgs event.
Inheritance
System.Object
    SpinnerItemSelectionChangedEventArgs
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class SpinnerItemSelectionChangedEventArgs : EventArgsConstructors
SpinnerItemSelectionChangedEventArgs()
Declaration
public SpinnerItemSelectionChangedEventArgs()Properties
NewIndex
Gets the new SelectedIndex value of the SpinnerColumnView.
Declaration
public int NewIndex { get; }Property Value
| Type | 
|---|
| System.Int32 | 
OldIndex
Gets the old SelectedIndex value of the SpinnerColumnView.
Declaration
public int OldIndex { get; }Property Value
| Type | 
|---|
| System.Int32 | 
SpinnerColumn
Gets the data source value of the SpinnerColumnView.
Declaration
public SpinnerColumn SpinnerColumn { get; }Property Value
| Type | 
|---|
| SpinnerColumn |