Occurs when a ToolBar item in a C1ToolBar control is clicked.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(true)] [C1CategoryAttribute("Category.Action")] public event C1ToolBarEventHandler ItemClick |
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(True)> _ <C1CategoryAttribute("Category.Action")> _ Public Event ItemClick As C1ToolBarEventHandler |
Remarks
Use this event to determine which C1ToolBarItem was clicked. This event is triggered before the Click event.
The standard Click event is generated if the mouse is clicked on any party of the C1ToolBar control.
The ItemClick event is generated only when the mouse is clicked on the text or image of a C1ToolBarIItem object.