menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpinnerItemSelectionChangedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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 : EventArgs

    Constructors

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved