Forms > Forms Assembly Interfaces > IControl > IControl.OnMouseEnter
OnMouseEnter(Sender: Object; Args: IMouseEventArgs);
Sender. The parameter that returns the component that has generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnMouseEnter event occurs when the mouse cursor enters the component area.
The events connected with mouse cursor occur in the following order:
OnMouseEnter
See also: