OnHover(Sender: Object; Args: ITreeNodeColumnEventArgs);
Sender. The parameter that returns the component that has generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnHover event occurs when the mouse cursor hovers over the element and this element is underlined.
For this event to occur, set the HotTrack property to True.
See also: