System.Web.UI.WebControls.TreeView: Event Members

The events of System.Web.UI.WebControls.TreeView are listed below. For a list of all members, see the TreeView Members list.

See Also: Inherited members from System.Web.UI.WebControls.HierarchicalDataBoundControl

Public Events

SelectedNodeChanged

Occurs when a node is selected in the System.Web.UI.WebControls.TreeView control.

TreeNodeCheckChanged

Occurs when a check box in the System.Web.UI.WebControls.TreeView control changes state between posts to the server.

TreeNodeCollapsed

Occurs when a node is collapsed in the System.Web.UI.WebControls.TreeView control.

TreeNodeDataBound

Occurs when a data item is bound to a node in the System.Web.UI.WebControls.TreeView control.

TreeNodeExpanded

Occurs when a node is expanded in the System.Web.UI.WebControls.TreeView control.

TreeNodePopulate

Occurs when a node with its TreeNode.PopulateOnDemand property set to true is expanded in the System.Web.UI.WebControls.TreeView control.