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


OnEditEnded Method (GridCellFactory)
Called when the editing of a cell ended.
Syntax
'Declaration
 
Public Overrides Sub OnEditEnded( _
   ByVal range As GridCellRange, _
   ByVal editor As UIKit.UIView, _
   ByVal editCancelled As Boolean _
) 
 
'Usage
 
Dim instance As GridCellFactory
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