TcxCustomTreeList.OnHotTrackNode Event
In This Article
Enables you to respond to node hot-tracking.
#Declaration
Delphi
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