ComboSelectedIndexChanged Event

Occurs when the ComboBox.ListIndex property has changed.

Syntax

Public Event ComboSelectedIndexChanged As CellEventHandler

Applies To

Grid Object

Parameters

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.

Remarks

In this event,you may retrieve the actual value or image index of the selected item using the Grid.EditValue property.