menu

MAUI Toolkit

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

    Show / Hide Table of Contents

    Class SelectionChangingEventArgs

    Represents ChipGroup SelectionChangingEventArgs arguments.

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

    It contains information about selected chip and unselected chip.

    Constructors

    SelectionChangingEventArgs()

    Declaration
    public SelectionChangingEventArgs()

    Properties

    AddedItem

    Gets the value of the currently added item.

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

    RemovedItem

    Gets the value of the currently removed item.

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