System.Windows.Forms.TreeView.AfterSelect Event

Occurs after the tree node is selected.

Syntax

public event TreeViewEventHandler AfterSelect

Remarks

This event does not occur when the node is unselected. To detect whether the selection was cleared, you can test the TreeNode.IsSelected property.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0