[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridWrapCellFactory.OnEditEnded

OnEditEnded Method

OnEditEnded(GridCellRange, FrameworkElement, bool)

Called when the editing of a cell ended.

Declaration
public override void OnEditEnded(GridCellRange range, FrameworkElement editor, bool editCancelled)
Public Overrides Sub OnEditEnded(range As GridCellRange, editor As FrameworkElement, editCancelled As Boolean)
Parameters
Type Name Description
GridCellRange range

The range that was edited.

FrameworkElement editor

The editor.

bool editCancelled

true if the editing was cancelled.

Overrides
Exceptions
Type Condition
NotImplementedException