[]
Fires after a cell has been edited.
public event RowColEventHandler AfterEdit
Type | Description |
---|---|
RowColEventHandler | Fires after a cell has been edited. |
This event does not fire if the user cancels the edits by pressing the ESC key.
The LeaveEdit event fires whenever the grid leaves edit mode, even if the edits were canceled.