FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapter Class / OnEditEnded Method
The range that was edited.
The editor.
true if the editing was cancelled.

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

    Parameters

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