ITreeControl.OnHover

Syntax

OnHover(Sender: Object; Args: ITreeNodeColumnEventArgs);

Parameters

Sender. The parameter that returns the component that has generated the event.

Args. The parameter that enables the user to determine 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