TcxCustomTreeList.OnFocusedNodeChanged Event
Enables you to respond to node focusing.
Declaration
property OnFocusedNodeChanged: TcxTreeListFocusedNodeChangedEvent read; write;
Remarks
Sender specifies the tree list.
APrevFocusedNode specifies the node that has lost focus. APrevFocusedNode returns nil if there was no focused node before AFocusedNode gained focus.
AFocusedNode specifies the node that has been focused.
See Also