constructor(processOnServer, tab) Constructor
Initializes a new object of the BootstrapClientTabControlTabCancelEventArgs type with the specified settings.
Declaration
constructor(
processOnServer: boolean,
tab: BootstrapClientTab
)
Parameters
Name | Type | Description |
---|---|---|
processOnServer | boolean | true to process the event on the server side; false to completely handle it on the client side. |
tab | BootstrapClientTab | An BootstrapClientTab object that represents a tab related to the event. |
Remarks
For internal use only.
See Also