xtrareports-js-aspxclientreportdesignertabeventargs.md
Provides data for the ASPxClientReportDesigner.ReportTabClosed event.
declare class ASPxClientReportDesignerTabEventArgs extends ASPxClientEventArgs
ASPxClientReportDesignerTabEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
ASPxClientEventArgs ASPxClientReportDesignerTabEventArgs ASPxClientReportDesignerTabClosingEventArgs
See Also
Initializes a new instance of the ASPxClientReportDesignerTabEventArgs class with the specified settings.
constructor(
tab: DevExpress.Reporting.Designer.Tools.NavigateTab
)
| Name | Type | Description |
|---|---|---|
| tab | NavigateTab |
An object that specifies the report tab. This value is assigned to the ASPxClientReportDesignerTabEventArgs.Tab property.
|
Specifies the report tab currently being processed.
Tab: DevExpress.Reporting.Designer.Tools.NavigateTab
| Type | Description |
|---|---|
| NavigateTab |
An object that specifies the report tab currently being processed.
|