ToolboxControl.ItemClick Event
In This Article
Fires when a toolbox item is clicked.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Event Data
The ItemClick event's data class is DevExpress.XtraToolbox.ToolboxItemClickEventArgs.
#Remarks
The ItemClick event allows you to respond to a click on a toolbox item. The ToolboxItemClickEventArgs.Item property allows you to determine the item being clicked.
You can also handle the ToolboxControl.ItemDoubleClick event to respond to double clicks.
See Also