Fires when the toolbar item's property changed.

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

Syntax

C#
[C1CategoryAttribute("Category.Action")]
protected event C1ToolBarItemPropertyChangedEventHandler ItemPropertyChanged
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Action")> _
Protected Event ItemPropertyChanged As C1ToolBarItemPropertyChangedEventHandler

See Also