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

ToolboxControl.ItemClick Event

Fires when a toolbox item is clicked.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Events")]
public event ToolboxItemClickEventHandler ItemClick

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