ASPxClientReportDesignerTabEventArgs Class
In This Article
Provides data for the ASPxClientReportDesigner.ReportTabClosed event.
#Declaration
TypeScript
declare class ASPxClientReportDesignerTabEventArgs extends ASPxClientEventArgs
#Remarks
ASPxClientReportDesignerTabEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientReportDesignerTabEventArgs
See Also
#constructor(tab)
Initializes a new instance of the ASPxClientReportDesignerTabEventArgs
class with the specified settings.
#Declaration
TypeScript
constructor(
tab: DevExpress.Reporting.Designer.Tools.NavigateTab
)
#Parameters
Name | Type | Description |
---|---|---|
tab | Navigate |
An object that specifies the report tab. This value is assigned to the ASPx |
#Properties
#Tab Property
Specifies the report tab currently being processed.
#Declaration
TypeScript
Tab: DevExpress.Reporting.Designer.Tools.NavigateTab
#Property Value
Type | Description |
---|---|
Navigate |
An object that specifies the report tab currently being processed. |