[]
Called when the editing of a cell ended.
public override void OnEditEnded(GridControlRange range, ComponentBase editor, bool editCancelled)
Public Overrides Sub OnEditEnded(range As GridControlRange, editor As ComponentBase, editCancelled As Boolean)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range that was edited. |
| ComponentBase | editor | The editor. |
| bool | editCancelled |
|
Called when the editing of a cell ended.
public virtual void OnEditEnded(GridCellRange range, ComponentBase editor, bool editCancelled)
Public Overridable Sub OnEditEnded(range As GridCellRange, editor As ComponentBase, editCancelled As Boolean)
| Type | Name | Description |
|---|---|---|
| GridCellRange | range | The range that was edited. |
| ComponentBase | editor | The editor. |
| bool | editCancelled |
|