C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellFactoryBase Class / OnEditEnded Method
The range that was edited.
The editor.
true if the editing was cancelled.


OnEditEnded Method (GridCellFactoryBase)
Called when the editing of a cell ended.
Syntax
'Declaration
 
Public Overridable Sub OnEditEnded( _
   ByVal range As GridCellRange, _
   ByVal editor As UIKit.UIView, _
   ByVal editCancelled As Boolean _
) 
 
'Usage
 
Dim instance As GridCellFactoryBase
Dim range As GridCellRange
Dim editor As UIKit.UIView
Dim editCancelled As Boolean
 
instance.OnEditEnded(range, editor, editCancelled)

Parameters

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