Method BeginLabelEdit
BeginLabelEdit(long)
Initiates the editing of the list view item label.
public void BeginLabelEdit(long itemIndex)
Parameters
itemIndexlongThe zero-based index of the item within the Items collection whose label you want to edit.
BeginLabelEdit(TreeViewItem)
public void BeginLabelEdit(TreeViewItem item)
Parameters
itemTreeViewItem