Blazor

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

    Show / Hide Table of Contents

    Class SelectEventArgs<T>

    Provides information about an OnValueSelect event being raised.

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

    TItem value of the dropdown list component.

    Constructors

    SelectEventArgs()

    Declaration
    public SelectEventArgs()

    Properties

    Cancel

    Gets or sets the whether the item selection action should be canceled or not.

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

    E

    Gets or sets the original event arguments.

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

    IsInteracted

    Gets a value indicating whether the event was triggered by user interaction.

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

    Item

    Gets or sets the selected list item elemnt.

    Declaration
    public DOM Item { get; }
    Property Value
    Type Description
    DOM

    ItemData

    Gets or sets the selected item as JSON Object from the data source.

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