ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeView Class / FinishEditing Method / FinishEditing(Boolean,Boolean) Method
determines the editing value will be cancelled or not
determines the editing item will be focused or not after editing



In This Topic
    FinishEditing(Boolean,Boolean) Method
    In This Topic
    make the editing item quit editing status
    Syntax
    'Declaration
     
    
    Public Overloads Sub FinishEditing( _
       ByVal cancel As Boolean, _
       ByVal focusElement As Boolean _
    ) 
    'Usage
     
    
    Dim instance As C1TreeView
    Dim cancel As Boolean
    Dim focusElement As Boolean
     
    instance.FinishEditing(cancel, focusElement)
    public void FinishEditing( 
       bool cancel,
       bool focusElement
    )
    public:
    void FinishEditing( 
       bool cancel,
       bool focusElement
    ) 

    Parameters

    cancel
    determines the editing value will be cancelled or not
    focusElement
    determines the editing item will be focused or not after editing
    See Also