CellValueChanging Event

Fired after the text in the editor has changed.

Syntax

Public Event CellValueChanging As CellEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
Row Row number of cell where change occurs.
Col Column number of cell where change occurs.

Remarks

This event is fired while in edit mode, whenever the contents of the editor change.

You may use this event to provide help while the user browses the contents of a list. The current text being edited can be retrieved using the EditText property.

See Also

KeyDownEdit Event, KeyPressEdit Event, KeyUpEdit Event