Occurs when Enter key was pressed on an active item.
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. |
These conditions must be met for this event to occur:
AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace | ItemEnteredEventArgs | ItemEnteredEventHandler