ComponentOne Xamarin.iOS
OnEditEnded Method (GridCellFactory)


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.
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)
public override void OnEditEnded( 
   GridCellRange range,
   UIKit.UIView editor,
   bool editCancelled
)

Parameters

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

Reference

GridCellFactory Class
GridCellFactory Members