'Declaration Public Event BoundItemCreated As C1ComboBoxItemEventHandler
public event C1ComboBoxItemEventHandler BoundItemCreated
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.
Property | Description |
---|---|
Item | Gets the C1ComboBoxItem related with this event. |
See Also