AfterCellEdit

The event occurs when the user makes a change to the contents of a cell in the DataGrid control. The event passes the row and column that was changed, the value it was changed to, and the Boolean option to cancel what the user did and set the cell back to its original value.

Group:   Events

Applies to: Prompts (Graphical Mode Only)

Syntax: AfterCellEdit(Row, Col, Rsp, Cancel)

  Row (Long) is the row of the cell changed
  Col (Long) is the column of the cell changed
  Rsp (String) is the value entered by the user
  Cancel (Boolean) is set to True to discard the user’s change