[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactoryBase.OnEditEnded

OnEditEnded Method

OnEditEnded(GridCellRange, View, bool)

Called when the editing of a cell ended.

Declaration
public virtual 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.

Exceptions
Type Condition
NotImplementedException