Fired after the text in the editor has changed.
Public Event CellValueChanging As CellEventHandler
Grid Object
The following parameters are available:
Parameter | Description |
Row | Row number of cell where change occurs. |
Col | Column number of cell where change occurs. |
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.