TreeView Event

  • Thread starter Thread starter George
  • Start date Start date
G

George

Can anyone tell me how can I register the "onDoubleClick" on the last node
of each level of a TreeView. I use C# as programming language.

Thanks
George
 
You can register your handler on Double click event and in the handler code
ignore and do nothing if its not the last node in the level.
 
Back
Top