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