Hi there
I m working on windows project and using c#. I want to catch treeview selected node which i click that by right click.
I'm writing tvlocation.SelectedNode.Index
but it return only Root Node's index.
Thanks for your helps...
|
|
|
|
|
|
|
If you are looking to identify the node that was clicked on, then handle the NodeMouseClick event, as follows:
You could select the node programatically here, if you need that too. |
||
|
|