Class TaggingEventArgs<T>
Defines the tagging event.
Inheritance
System.Object
TaggingEventArgs<T>
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class TaggingEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T | Specifies the type of TaggingEventArgs. |
Constructors
TaggingEventArgs()
Declaration
public TaggingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the current action needs to be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |
E
Gets or sets the original event arguments.
Declaration
public object E { get; set; }
Property Value
Type |
---|
System.Object |
IsInteracted
Gets or sets a value indicating whether the event is triggered by interaction or not.
Declaration
public bool IsInteracted { get; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |
ItemData
Gets or sets the selected item as a JSON object from the data source.
Declaration
public T ItemData { get; }
Property Value
Type |
---|
T |
SetClass
Gets or sets the class of the chip element.
Declaration
public string SetClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | System.String |