Skip to main content

XRDesignPanel.ComponentRemoved Event

Occurs after any component has been removed from the designer host of the report being currently 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 ComponentRemoved

Event Data

The ComponentRemoved 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 deleted by an end-user from the report being currently edited in the XRDesignPanel, or after an XRControl has been removed from the designer host of the report programmatically.

See Also