Occurs when a node is collapsed in the System.Web.UI.WebControls.TreeView control.
The TreeView.TreeNodeCollapsed event is raised when a node is collapsed in the System.Web.UI.WebControls.TreeView control. This allows you to provide an event-handling method that performs a custom routine whenever this event occurs.
For more information about handling events, see Consuming Events.