Blazor

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

    Show / Hide Table of Contents

    Class MentionValueSelectedEventArgs<T>

    Provides information about the ValueSelected event callback.

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

    Constructors

    MentionValueSelectedEventArgs()

    Declaration
    public MentionValueSelectedEventArgs()

    Properties

    ItemData

    Gets the selected item from the DataSource.

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

    Value

    Gets the selected value.

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