RemoveEventArgs
Interface represents the event arguments for the removing
and removed
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
name String
Gets the name of the event.
removedIndex Number
Gets the index of the tab item that was removed.
removedItem HTMLElement
Gets the HTML element of tab item that was removed.