Forms > Forms Assembly Interfaces > IControl > IControl.OnMouseHover
OnMouseHover(Sender: Object; Args: IMouseEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnMouseHover event occurs when the mouse cursor is held in the component area.
This event is generated if the mouse cursor is within the component area that is 4*4 pixel sized during 400 milliseconds.
The events connected with mouse cursor occur in the following order:
OnMouseHover / OnMouseDown / OnMouseWheel
See also: