Method EndLabelEdit
EndLabelEdit(TreeViewItem, bool)
Ends the editing of the tree item label.
public void EndLabelEdit(TreeViewItem item, bool cancel)
Parameters
itemTreeViewItemcancelbooltrue if the editing of the tree item label text was canceled without being saved; otherwise, false.