Hello,
I am using a TreeViewAdv control with checkboxes. When I fill the TreeView, I set the "ValueMember" property.
After checking a node, it calls the "AfterCheck" method and I can get the "CheckedNodes" collection.
However I am not able to get the values of the nodes, which are checked. I am only able to get the "Text" oder "Name" properties.
Can you please help me and tell me, how to get the values of the nodes, which are checked, or the value of the node which gets checked in the "AfterCheck" event?
Thank you very much.
Michael