TcxCustomTreeList.OnHotTrackNode Event
Enables you to respond to node hot-tracking.
Declaration
property OnHotTrackNode: TcxTreeListHotTrackNodeEvent read; write;
Remarks
Sender specifies the tree list.
ANode specifies the node being hot-tracked.
AShift specifies the keyboard’s shift state.
ACursor specifies the mouse pointer.
See Also