what TreeView event ??

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Dear reader of this message :)

..NET 2.0

I want to add some code to an event on a TreeView control I got on a form,
which is triggered when a treeviewitem get selected

what event should I use?

And also how do I get a reference to what TreeViewItem has been clicked in
this event?
 
Thanks, I've solved it, it is the NodeMouseClick event..

And I get a reference to the node via e.Node
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top