Occurs when C1ComboBoxItem is binding data.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Misc")]
public event C1ComboBoxItemEventHandler ItemDataBinding
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Misc")> _
Public Event ItemDataBinding As C1ComboBoxItemEventHandler

See Also