[]
Called before the cell ends editing.
protected virtual void OnEditEnded(GridCellRange range, GridRow row, ComponentBase editor, bool editCancelled)
Protected Overridable Sub OnEditEnded(range As GridCellRange, row As GridRow, editor As ComponentBase, editCancelled As Boolean)
| Type | Name | Description |
|---|---|---|
| GridCellRange | range | The range that is being edited. |
| GridRow | row | The row that is being edited. |
| ComponentBase | editor | The editor |
| bool | editCancelled | Whether the edit was cancelled or not. |