Fills AdvancedComboBox's ItemCollection by user provided ListItem objects.
You have to handle the ItemAdding event, otherwise an InvalidOperationException will be thrown. In the handler, you must provide a ListItem object that will be added into AdvancedComboBox's ItemCollection.
AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace | ItemAdding