Sub OnHover(Sender: Object; Args: ITreeNodeColumnEventArgs);
Begin
//set of operators;
End Sub OnHover;
Sender is a parameter that returns the component that generated the event.
Args is a parameter that allows to determine the 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: