New to Kendo UI for Angular? Start a free 30-day trial
TabCloseEvent
Arguments for the tabClose
event of the TabStrip.
The tabClose
event fires when the close button of the tab is clicked.
Constructors
TabCloseEvent
(index: number, tab: TabStripTabComponent)
Constructs the event arguments for the `tabClose` event.
Parameters
index
number
The index of the closed tab.
tab
The closed tab instance