Results 1 to 7 of 7

Thread: [Resolved] TreeView AfterLabelEdit problem

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Location
    Sweden
    Posts
    21

    Resolved [Resolved] TreeView AfterLabelEdit problem

    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:
    1. Private Sub tvTreeView_AfterLabelEdit(ByVal sender As Object, ByVal e As System.Windows.Forms.NodeLabelEditEventArgs) Handles tvTreeView.AfterLabelEdit
    2.         MessageBox.Show(e.Label)
    3.     End Sub
    Last edited by jaaan; Dec 6th, 2005 at 12:38 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width