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

Re: TreeView Event by Bofors

Bofors
Thu Jul 17 23:07:30 CDT 2008

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.

"George" <gvarelas@casinorio.gr> wrote in message
news:C9FCDD86-3BDD-45CC-B3EA-BC41E3ECCFB4@microsoft.com...
> 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