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