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 On
event does not occur for nodes selected using the right mouse button when RightTrue
. In this instance, handle the On
See Also