I need to know when a node has been renamed and then save the new name. If I use AfterLabelEdit event it has still got the old name of the node. Has anyone got a solution for this?
VB Code:
Private Sub tvTreeView_AfterLabelEdit(ByVal sender As Object, ByVal e As System.Windows.Forms.NodeLabelEditEventArgs) Handles tvTreeView.AfterLabelEdit MessageBox.Show(e.Label) End Sub




Reply With Quote