Back to Devexpress

ToolboxControl.ItemClick Event

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-6ee7f207.md

latest1.4 KB
Original Source

ToolboxControl.ItemClick Event

Fires when a toolbox item is clicked.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event ToolboxItemClickEventHandler ItemClick
vb
<DXCategory("Events")>
Public Event ItemClick As ToolboxItemClickEventHandler

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

ItemDoubleClick

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace