Click or drag to resize
KaxTreeView Events

The KaxTreeView type exposes the following members.

Events
  Name Description
Public event ContextMenuItemClick
Occurs on the server when a item in the KaxTreeViewContextMenu is clicked.
Public event NodeCheck
Occurs when a node is checked.
Public event Code example NodeClick
Occurs on the server when a node in the KaxTreeView control is clicked.
Public event NodeCollapse
Occurs when a node is collapsed.
Public event Code example NodeCreated
Occurs when a node is created.
Public event Code example NodeDataBound
Occurs when a node is data bound.
Public event Code example NodeDrop
Occurs when a node (or nodes) is dragged and dropped.
Public event Code example NodeEdit
Occurs when a node's text is edited.
Public event Code example NodeExpand
Occurs when a node is expanded.
Public event Code example TemplateNeeded
Occurs before template is being applied to the node.
Top
See Also