Sub OnGetHint(Sender: Object; Args: IDimensionViewerGetHintEventArgs);
Begin
//set of operators;
End Sub OnGetHint;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnGetHint event occurs when a hint appears over the element, over which the mouse cursor is located.
See also: