This event is raised if either a selectable cell is clicked by a mouse or enter key is pressed while this cell is selected.
The event handler receives an argument of type CellEnteredEventArgs containing data related to this event. The following CellEnteredEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cell | Gets the cell that was entered. |
| Data | Gets the data displayed by the cell. |
| ListItem | Gets the item which displayed data was taken from. |
Note that Selected property must be set to true for this event to fire. Also KeyNavigation must be turned on.
Cell Class | Resco.Controls.AdvancedComboBox Namespace