Skip to main content
All docs
V26.1
  • ASPxClientReportDesignerComponentAddedEventArgs Class

    Provides data for the ASPxClientReportDesigner.ComponentAdded event.

    Declaration

    declare class ASPxClientReportDesignerComponentAddedEventArgs extends ASPxClientEventArgs

    Remarks

    ASPxClientReportDesignerComponentAddedEventArgs objects are automatically created, initialized and passed to corresponding event handlers.

    Inheritance

    ASPxClientEventArgs
    ASPxClientReportDesignerComponentAddedEventArgs

    constructor(model, parent)

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

    Declaration

    constructor(
        model: any,
        parent: any
    )

    Parameters

    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.

    Properties

    Model Property

    Gets the model of a component that has been added to a report.

    Declaration

    Model: any

    Property Value

    Type Description
    any

    An object that specifies the component model.

    Parent Property

    Gets the parent of a component that has been added to a report.

    Declaration

    Parent: any

    Property Value

    Type Description
    any

    An object that specifies the component parent.