FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridWrapCellFactory Class / OnEditEnded Method / OnEditEnded(GridCellRange,FrameworkElement,Boolean) Method
The range that was edited.
The editor.
true if the editing was cancelled.

In This Topic
    OnEditEnded(GridCellRange,FrameworkElement,Boolean) Method
    In This Topic
    Called when the editing of a cell ended.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub OnEditEnded( _
       ByVal range As GridCellRange, _
       ByVal editor As FrameworkElement, _
       ByVal editCancelled As Boolean _
    ) 
    public override void OnEditEnded( 
       GridCellRange range,
       FrameworkElement editor,
       bool editCancelled
    )

    Parameters

    range
    The range that was edited.
    editor
    The editor.
    editCancelled
    true if the editing was cancelled.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also