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

XRDesignPanel.ComponentRemoving Event

Occurs before any component can be removed from the designer host of the report being currently 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 ComponentRemoving

Event Data

The ComponentRemoving 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 before an XRControl object (or any other component which exists in the designer host) can be deleted by an end-user from the report currently being edited in the XRDesignPanel, or before an XRControl can be removed from the designer host of the report programmatically.

See Also