Raise ItemSelect event.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected virtual void OnItemSelect(
	C1ToolBarEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnItemSelect ( _
	e As C1ToolBarEventArgs _
)

See Also