MobileForms Toolkit Documentation

AdvancedComboBox.ItemEntered Event

Occurs when Enter key was pressed on an active item.

public event ItemEnteredEventHandler ItemEntered;

Event Data

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

Property Description
ItemIndex Gets the index of the entered item.
ListItem Gets the reference of the entered item.

Remarks

These conditions must be met for this event to occur:

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace | ItemEnteredEventArgs | ItemEnteredEventHandler