[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridWrapCellFactory.OnEditEnded

OnEditEnded Method

OnEditEnded(GridCellRange, View, bool)

Called when the editing of a cell ended.

Declaration
public override void OnEditEnded(GridCellRange range, View editor, bool editCancelled)
Parameters
Type Name Description
GridCellRange range

The range that was edited.

View editor

The editor.

bool editCancelled

true if the editing was cancelled.

Overrides
Exceptions
Type Condition
NotImplementedException