Skip to main content
A newer version of this page is available. .

DxTreeView Events

A TreeView component.
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.
FilterStringChanged Fires when a component’s filter string changes.
SelectionChanged Fires after node selection has been changed.
See Also