Skip to main content
All docs
V18.2

ASPxClientReportDesignerTabClosingEventArgs Properties

Provides data for the ASPxClientReportDesigner.ReportTabClosing event.
Name Description
Handled Specifies whether or not the event was handled.
ReadyToClose Specifies the JQueryDeferred object, which when resolved, forces the report tab to be closed.
Tab Specifies the report tab currently being processed. Inherited from ASPxClientReportDesignerTabEventArgs.
See Also