ITreeControl.OnHover

Syntax

Sub OnHover(Sender: Object; Args: ITreeNodeColumnEventArgs);

Begin

//set of operators;

End Sub OnHover;

Parameters

Sender is a parameter that returns the component that generated the event.

Args is a parameter that allows to determine the event parameters.

Description

The OnHover event occurs when the mouse cursor hovers over the element and this element is underlined.

Comments

For this event to occur, set the HotTrack property to True.

See also:

ITreeControl