C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / BoundItemCreated Event

BoundItemCreated Event
Occurs after C1ComboBoxItem is created in data binding.
Syntax
'Declaration
 
Public Event BoundItemCreated As C1ComboBoxItemEventHandler
 
Event Data

The event handler receives an argument of type C1ComboBoxItemEventArgs containing data related to this event. The following C1ComboBoxItemEventArgs properties provide information specific to this event.

PropertyDescription
Gets the C1ComboBoxItem related with this event.  
See Also