Method BeginLabelEdit
BeginLabelEdit(TreeViewItem?)
Begins editing the label text of the specified tree view item.
public virtual void BeginLabelEdit(TreeViewItem? item)
Parameters
itemTreeViewItemThe TreeViewItem whose label text will be edited.