Sub OnHover(Sender: Object; Args: IDimensionNodeColumnEventArgs);
Begin
//set of operators;
End Sub OnHover;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user 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: