menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class SelectionChangedEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Represents chip group selection changed event arguments.

    Inheritance
    System.Object
    SelectionChangedEventArgs
    Namespace: Syncfusion.Maui.Toolkit.Chips
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs
    Remarks

    It contains information about selected chip and unselected chip.

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    AddedItem

    Gets the value of the currently selected chip.

    Declaration
    public object AddedItem { get; }
    Property Value
    Type
    System.Object

    RemovedItem

    Gets the value of the currently unselected chip.

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