Occurs after C1ComboBoxItem is created in data binding.

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 BoundItemCreated
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Misc")> _
Public Event BoundItemCreated As C1ComboBoxItemEventHandler

See Also