ComponentOne Xamarin Edition
OnEditEnded Method (GridCellFactoryBase)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellFactoryBase Class : OnEditEnded Method
The range that was edited.
The editor.
true if the editing was cancelled.
Called when the editing of a cell ended.
Syntax
public virtual void OnEditEnded( 
   GridCellRange range,
   Xamarin.Forms.View editor,
   bool editCancelled
)

Parameters

range
The range that was edited.
editor
The editor.
editCancelled
true if the editing was cancelled.
Exceptions
ExceptionDescription
The exception that is thrown when a requested method or operation is not implemented.
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members