IDimensionViewer.OnGetHint

Syntax

Sub OnGetHint(Sender: Object; Args: IDimensionViewerGetHintEventArgs);

Begin

//set of operators;

End Sub OnGetHint;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnGetHint event occurs when a hint appears over the element, over which the mouse cursor is located.

See also:

IDimensionViewer