SelectedEventArgs
Interface represents the event arguments for the selected
event.
Properties
isInteracted Boolean
Gets a value indicating whether the event was triggered by user interaction or from another event.
isSwiped Boolean
Gets a value indicating whether the content was selected through a swiping action.
name String
Gets the name of the event.
preventFocus Boolean
Gets or sets a value indicating whether the tab should be focused or not after it is selected.
previousIndex Number
Gets the previously selected tab index.
previousItem HTMLElement
Gets the previously selected tab item.
selectedContent HTMLElement
Gets the selected tab content.
selectedIndex Number
Gets the selected tab index.
selectedItem HTMLElement
Gets the selected tab item.