Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridWrapCellFactory Class / OnEditEnded Method
The range that was edited.
The editor.
true if the editing was cancelled.


In This Topic
    OnEditEnded Method (GridWrapCellFactory)
    In This Topic
    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 GridWrapCellFactory
    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