OnEditEnded Method (GridCellFactory)
In This Topic
Called when the editing of a cell ended.
Syntax
'Declaration
Public Overrides Sub OnEditEnded( _
ByVal As GridCellRange, _
ByVal As UIKit.UIView, _
ByVal 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 ,
UIKit.UIView ,
bool
)
Parameters
- range
- The range that was edited.
- editor
- The editor.
- editCancelled
true
if the editing was cancelled.
Exceptions
See Also