Skip to main content
A newer version of this page is available. .

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

true to process the event on the server side; false to completely handle it on the client side.

tab ASPxClientTab

An ASPxClientTab object representing a tab related to the event.

Remarks

For internal use only.

See Also