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

OnEditEnded(GridCellRange,ComponentBase,Boolean) Method
Called when the editing of a cell ended.
Syntax
'Declaration
 
Public Overloads Overrides Sub OnEditEnded( _
   ByVal range As GridCellRange, _
   ByVal editor As ComponentBase, _
   ByVal editCancelled As Boolean _
) 
 

Parameters

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