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