[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridControlAdapter.OnEditEnded

OnEditEnded Method

OnEditEnded(GridControlRange, FrameworkElement, bool)

Called when the editing of a cell ended.

Declaration
public virtual void OnEditEnded(GridControlRange range, FrameworkElement editor, bool editCancelled)
Public Overridable Sub OnEditEnded(range As GridControlRange, editor As FrameworkElement, editCancelled As Boolean)
Parameters
Type Name Description
GridControlRange range

The range that was edited.

FrameworkElement editor

The editor.

bool editCancelled

true if the editing was cancelled.