MobileForms Toolkit Documentation

AdvancedComboBox.LoadDataManually Method 

Fills AdvancedComboBox's ItemCollection by user provided ListItem objects.

public void LoadDataManually();

Remarks

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.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace | ItemAdding