DataGridColumnCancelCellEdit Method
When overridden in a derived class, causes the column cell being edited to revert to the unedited value.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected virtual void CancelCellEdit(
Control editingElement,
Object uneditedValue
)
Protected Overridable Sub CancelCellEdit (
editingElement As Control,
uneditedValue As Object
)
abstract CancelCellEdit :
editingElement : Control *
uneditedValue : Object -> unit
override CancelCellEdit :
editingElement : Control *
uneditedValue : Object -> unit
Parameters
- editingElement Control
-
The element that the column displays for a cell in editing mode.
- uneditedValue Object
-
The previous, unedited value in the cell being edited.