Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridWrapCellFactory Class / OnEditEnded Method / OnEditEnded(GridControlRange,ComponentBase,Boolean) Method
The range that was edited.
The editor.
true if the editing was cancelled.

In This Topic
    OnEditEnded(GridControlRange,ComponentBase,Boolean) Method
    In This Topic
    Called when the editing of a cell ended.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub OnEditEnded( _
       ByVal range As GridControlRange, _
       ByVal editor As ComponentBase, _
       ByVal editCancelled As Boolean _
    ) 
    public virtual void OnEditEnded( 
       GridControlRange range,
       ComponentBase editor,
       bool editCancelled
    )

    Parameters

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