Sub OnHover(Sender: Object; Args: IDimensionNodeColumnEventArgs);
Begin
//set of operators;
End Sub OnHover;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnHover event occurs when a mouse cursor hovers over the element and the element is underlined.
For this event to occur, the HotTrack property of the component must be set to True.
See also: