Skip to main content

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.v23.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.

See Also