xtrareports-js-aspxclientreportdesignercomponentaddedeventargs.md
Provides data for the ASPxClientReportDesigner.ComponentAdded event.
declare class ASPxClientReportDesignerComponentAddedEventArgs extends ASPxClientEventArgs
ASPxClientReportDesignerComponentAddedEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
ASPxClientEventArgs ASPxClientReportDesignerComponentAddedEventArgs
Initializes a new instance of the ASPxClientReportDesignerComponentAddedEventArgs class with the specified settings.
constructor(
model: any,
parent: any
)
| Name | Type | Description |
|---|---|---|
| model | any |
An object that specifies the model of a component that has been added to a report. This value is assigned to the ASPxClientReportDesignerComponentAddedEventArgs.Model property.
| | parent | any |
An object that specifies the parent of a component that has been added to a report. This value is assigned to the ASPxClientReportDesignerComponentAddedEventArgs.Parent property.
|
Gets the model of a component that has been added to a report.
Model: any
| Type | Description |
|---|---|
| any |
An object that specifies the component model.
|
Gets the parent of a component that has been added to a report.
Parent: any
| Type | Description |
|---|---|
| any |
An object that specifies the component parent.
|