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