[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.OnEditEnded

OnEditEnded Method

OnEditEnded(GridCellRange, GridRow, FrameworkElement, bool)

Called before the cell ends editing.

Declaration
protected virtual void OnEditEnded(GridCellRange range, GridRow row, FrameworkElement editor, bool editCancelled)
Protected Overridable Sub OnEditEnded(range As GridCellRange, row As GridRow, editor As FrameworkElement, editCancelled As Boolean)
Parameters
Type Name Description
GridCellRange range

The range that is being edited.

GridRow row

The row that is being edited.

FrameworkElement editor

The editor

bool editCancelled

Whether the edit was cancelled or not.