TreeView.TreeNodeCollapsed Event
.NET Framework (current version)
Occurs when a node is collapsed in the TreeView control.
Assembly: System.Web (in System.Web.dll)
The TreeNodeCollapsed event is raised when a node is collapsed in the 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 NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: