Occurs after the current cell changes to a different cell.
Public Event CellEnter As CellEventHandler
Grid Object
The following parameters are available:
| Parameter | Description |
| Row | Returns an integer value that identifies the row number of the cell entered. |
| Col | Returns an integer value that identifies the column number of the cell entered. |