TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / EndEdit Method
if set to true then revert all changes.

In This Topic
    EndEdit Method (C1TreeView)
    In This Topic
    Ends the edit of treeview cell.
    Syntax
    'Declaration
     
    
    Public Sub EndEdit( _
       ByVal cancelEdit As Boolean _
    ) 
    public void EndEdit( 
       bool cancelEdit
    )

    Parameters

    cancelEdit
    if set to true then revert all changes.
    See Also