Skip to main content

XRDesignPanel.SelectedToolboxItemUsed Event

Occurs when a control represented by the currently selected Toolbox item has been dropped onto a report.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public event EventHandler SelectedToolboxItemUsed

Event Data

The SelectedToolboxItemUsed event's data class is EventArgs.

Remarks

In the End-User Designer, this event is raised when a new object of the XRControl type (or, its descendant) is dropped onto a report.

See Also