Skip to main content

XRDesignPanel.SelectedToolboxItemChanged Event

Occurs if the currently selected Toolbox item has been changed.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public event EventHandler SelectedToolboxItemChanged

Event Data

The SelectedToolboxItemChanged event's data class is EventArgs.

See Also