|
Somebody can help me to assign an ID to a TreeNode in my TreeView. I need to identify the ID of the TreeNode on which I click to start some events. So, is there a solution to describe a TreeNode by its LABEL and an associated ID : TreeNode("LABEL",ID) and when I click on, I recover just its ID.
Thanks
|