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 |
---|
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 | An item value. |
Value
Gets the selected value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |