New to Kendo UI for Angular? Start a free 30-day trial
RemoveTagEvent
Arguments for the removeTag
event. The removeTag
event fires when a tag is about
to the removed. If you cancel the event, the removal is prevented.
Name | Type | Default | Description |
---|---|---|---|
dataItem |
|
The data item or an array of data items that will be removed. |
Constructors
RemoveTagEvent
(dataItem: any)
Constructs the event arguments for the `remove` event.
Parameters
dataItem
any
The data item or an array of data items that will be removed.
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
If the event is prevented by any of its subscribers, returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |