WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory Class / OnEditEnded Method / OnEditEnded(GridControlRange,FrameworkElement,Boolean) Method
The range that was edited.
The editor.
true if the editing was cancelled.
In This Topic
    OnEditEnded(GridControlRange,FrameworkElement,Boolean) Method
    In This Topic
    Called when the editing of a cell ended.
    Syntax

    Parameters

    range
    The range that was edited.
    editor
    The editor.
    editCancelled
    true if the editing was cancelled.
    See Also