Occurs when the ComboBox.ListIndex property has changed.
Public Event ComboSelectedIndexChanged As CellEventHandler
Grid Object
The following parameters are available:
| Parameter | Description |
| Row | Row number of the cell containing the combo box. |
| Col | Column number of the cell containing the combo box. |
In this event,you may retrieve the actual value or image index of the selected item using the Grid.EditValue property.