The C1TreeView type exposes the following members.

Events

  Name Description
Public event NodeCheckChanged
Occurs on the server if a node in the TreeView control changes its check status.
Public event NodeClicked
Occurs on the server if a node in the TreeView control has been clicked.
Public event NodeCollapsed
Occurs on the server after the TreeView node is collapsed.
Public event NodeDataBound
Occurs after a node is data bound.
Public event NodeDropped
Occurs on the server after the TreeView node has been dropped.
Public event NodeExpanded
Occurs on the server after the TreeView node is expanded.
Public event NodeTextChanged
Occurs on the server when a node's Text property is changed.
Public event SelectedNodesChanged
Occurs on the server if a node in the TreeView control has been selected.

See Also