menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PickerSelectionChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PickerSelectionChangedEventArgs

    Picker selection changed event arguments.

    Inheritance
    System.Object
    PickerSelectionChangedEventArgs
    Namespace: Syncfusion.Maui.Picker
    Assembly: Syncfusion.Maui.Picker.dll
    Syntax
    public class PickerSelectionChangedEventArgs : EventArgs

    Constructors

    PickerSelectionChangedEventArgs()

    Declaration
    public PickerSelectionChangedEventArgs()

    Properties

    ColumnIndex

    Gets the selected column index.

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type
    System.Int32

    NewValue

    Gets the new selected index.

    Declaration
    public int NewValue { get; }
    Property Value
    Type
    System.Int32

    OldValue

    Gets the previous selected index.

    Declaration
    public int OldValue { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved