DxTreeView Events
A navigation control that displays items as a tree.| Name | Description |
|---|---|
| AfterCollapse | Fires after a node has been collapsed. |
| AfterExpand | Fires after a node has been expanded. |
| BeforeCollapse | Fires when a node is about to be collapsed and allows you to cancel the action. |
| BeforeExpand | Fires when a node is about to be expanded and allows you to cancel the action. |
| CheckedChanged | Fires when a node’s checked state changes. |
| FilterStringChanged | Fires when a component’s filter string changes. |
| NodeClick | Fires when a user clicks a TreeView node. |
| SelectionChanged | Fires after node selection has been changed. |
See Also