Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomShellTreeView.OnChange Event

In This Article

Occurs when selection changes within the shell tree view.

#Declaration

Delphi
property OnChange: TTVChangedEvent read; write;

#Remarks

Sender specifies the shell tree view whose selected node changes.

Node is the newly selected node.

Note

The OnChange event does not occur for nodes selected using the right mouse button when RightClickSelect is True. In this instance, handle the OnMouseUp event to respond to InnerTreeView.Selected property value changes.

See Also