constructor(tab) Constructor
Initializes a new object of the BootstrapClientTabControlTabEventArgs type with the specified value.
Declaration
constructor(
tab: BootstrapClientTab
)
Parameters
Name | Type | Description |
---|---|---|
tab | BootstrapClientTab | An BootstrapClientTab object representing the tab related to the event. |
Remarks
For internal use only.
See Also