The C1TreeView type exposes the following members.
Events
Name | Description | |
---|---|---|
NodeCheckChanged |
Occurs on the server if a node in the TreeView control changes its check status.
|
|
NodeClicked |
Occurs on the server if a node in the TreeView control has been clicked.
|
|
NodeCollapsed |
Occurs on the server after the TreeView node is collapsed.
|
|
NodeDataBound |
Occurs after a node is data bound.
|
|
NodeDropped |
Occurs on the server after the TreeView node has been dropped.
|
|
NodeExpanded |
Occurs on the server after the TreeView node is expanded.
|
|
NodeTextChanged |
Occurs on the server when a node's Text property is changed.
|
|
SelectedNodesChanged |
Occurs on the server if a node in the TreeView control has been selected.
|