Why isn't there a SelectedNodeChanged event for Windows.Forms.TreeView?

Viewed 26360

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 documentation is a bit hazy.

4 Answers
Related