Skip to main content
All docs
V18.2

ASPxClientReportDesignerTabClosingEventArgs(ASPxDesignerNavigateTab, JQueryDeferred) Constructor

Initializes a new instance of the ASPxClientReportDesignerTabClosingEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxClientReportDesignerTabClosingEventArgs(
    ASPxDesignerNavigateTab tab,
    JQueryDeferred readyToClose
)

Parameters

Name Type Description
tab ASPxDesignerNavigateTab

An object that specifies the report tab. This value is assigned to the ASPxClientReportDesignerTabEventArgs.Tab property.

readyToClose JQueryDeferred

A JQueryDeferred object, which when resolved, forces the report tab to be closed. This value is assigned to the ASPxClientReportDesignerTabClosingEventArgs.ReadyToClose property.

See Also