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