alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Provides information about the SelectionChanged event call back.

    Inheritance
    object
    SelectionChangedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Buttons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SelectionChangedEventArgs

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    AddedItems

    Gets an array that contains the chip item's value that were selected.

    Declaration
    public string[] AddedItems { get; }
    Property Value
    Type Description
    string[]

    An array of strings representing the selected chip items' values.

    Remarks

    This property is read-only and is set by the control internally during the event call back.

    RemovedItems

    Gets an array that contains the chip item's value that were unselected.

    Declaration
    public string[] RemovedItems { get; }
    Property Value
    Type Description
    string[]

    An array of strings representing the unselected chip items' values.

    Remarks

    This property is read-only and is set by the control internally during the event call back.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved