The System.Web.UI.WebControls.TreeView class offers this event, but the Forms version of TreeView doesn't. What's the equivalent in the Forms world? I'm using AfterSelect but it doesn't seem quite right. Maybe it is in fact what I'm looking for but the documentations is a bit hazy.
|
|
There's none in WinForms TreeView. To quote MSDN for TreeView.AfterSelect:
Yes, this sucks. |
||||||||||
|
|
|
There's nothing wrong with using However, note that it won't fire if the selection is cleared (if |
||
|
|
