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

    Parameters

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