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