IDimensionViewer.OnHover

Syntax

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

Begin

//set of operators;

End Sub OnHover;

Parameters

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

Args. The parameter that enables the user to determine event parameters.

Description

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

Comments

For this event to occur, the HotTrack property of the component must be set to True.

See also:

IDimensionViewer