constructor(tab) Constructor
Initializes a new instance of the ASPxClientRibbonTabEventArgs class with the specified setting.
Declaration
constructor(
tab: ASPxClientRibbonTab
)
Parameters
| Name | Type | Description |
|---|---|---|
| tab | ASPxClientRibbonTab | An ASPxClientRibbonTab object that is a tab related to the event. |
Remarks
For internal use only.
See Also