FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid.FlexPivotCellFactory Class / OnEditEnded Method / OnEditEnded(GridCellRange,FrameworkElement,Boolean) Method

In This Topic
    OnEditEnded(GridCellRange,FrameworkElement,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub OnEditEnded( _
       ByVal range As C1.WPF.Grid.GridCellRange, _
       ByVal editor As FrameworkElement, _
       ByVal editCancelled As Boolean _
    ) 
    public virtual void OnEditEnded( 
       C1.WPF.Grid.GridCellRange range,
       FrameworkElement editor,
       bool editCancelled
    )

    Parameters

    range
    editor
    editCancelled
    See Also