Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChipSelectedEventArgs<T>

    Show / Hide Table of Contents

    Class ChipSelectedEventArgs<T>

    Specifies the chip selected event.

    Inheritance
    System.Object
    ChipSelectedEventArgs<T>
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChipSelectedEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    Specifies the type of ChipSelectedEventArgs.

    Constructors

    ChipSelectedEventArgs()

    Declaration
    public ChipSelectedEventArgs()

    Properties

    ChipData

    Returns the selected chip data as list object from the data source.

    Declaration
    public T ChipData { get; set; }
    Property Value
    Type Description
    T
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved