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.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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