Skip to main content
All docs
V18.2

ASPxClientReportDesignerComponentAddedEventArgs(Object, Object) Constructor

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

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientReportDesignerComponentAddedEventArgs(
    object model,
    object parent
)

Parameters

Name Type Description
model Object

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 Object

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.

See Also