constructor(tab) Constructor
In This Article
Initializes a new object of the ASPxClientTabControlTabEventArgs type with the specified value.
#Declaration
TypeScript
constructor(
tab: ASPxClientTab
)
#Parameters
Name | Type | Description |
---|---|---|
tab | ASPx |
An ASPx |
#Remarks
For internal use only.
See Also