Skip to main content
A newer version of this page is available. .

XRDesignPanel.ComponentAdded Event

Occurs after a component has been added to the designer host of the report currently being edited in the Design Panel.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public event ComponentEventHandler ComponentAdded

Event Data

The ComponentAdded event's data class is ComponentEventArgs. The following properties provide information specific to this event:

Property Description
Component Gets the component associated with the event.

Remarks

This event is raised when an XRControl object (or any other component which exists in the designer host) is added by an end-user to the report currently being edited in the XRDesignPanel, or after an XRControl has been added to the designer host of the report programmatically.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ComponentAdded event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also