This event occurs when a user begins to edit the label of the currently selected Node or ListItem object.
Private Sub control_BeforeLabelEdit(cancel)
A user generates the BeforeLabelEdit event only if you set the LabelEdit property to 0 (tvwAutomatic or lvwAutomatic) or if you invoke the StartLabelEdit method.
To determine which object's label is being edited, use the SelectedItem property.