[]
        
(Showing Draft Content)

C1.WPF.C1TreeView.FinishEditing

FinishEditing Method

FinishEditing()

make the editing item quit editing status

Declaration
public void FinishEditing()
Public Sub FinishEditing()

FinishEditing(bool, bool)

make the editing item quit editing status

Declaration
public void FinishEditing(bool cancel, bool focusElement)
Public Sub FinishEditing(cancel As Boolean, focusElement As Boolean)
Parameters
Type Name Description
bool cancel

determines the editing value will be cancelled or not

bool focusElement

determines the editing item will be focused or not after editing