Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TaggingEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TaggingEventArgs<T>

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

    Constructors

    TaggingEventArgs()

    Declaration
    public TaggingEventArgs()

    Properties

    Cancel

    Illustrates whether the current action needs to be prevented or not.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    E

    Specifies the original event arguments.

    Declaration
    public object E { get; set; }
    Property Value
    Type Description
    System.Object

    IsInteracted

    If the event is triggered by interaction, it returns true. Otherwise, it returns false.

    Declaration
    public bool IsInteracted { get; set; }
    Property Value
    Type Description
    System.Boolean

    ItemData

    Returns the selected item as JSON Object from the data source.

    Declaration
    public T ItemData { get; set; }
    Property Value
    Type Description
    T

    SetClass

    To set the classes to chip element

    Declaration
    public string SetClass { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved