Show contents 

Forms > Forms Assembly Interfaces > IControl > IControl.OnMouseEnter

OnMouseEnter

Syntax

OnMouseEnter(Sender: Object; Args: IMouseEventArgs);

Parameters

Sender. The parameter that returns the component that has generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnMouseEnter event occurs when the mouse cursor enters the component area.

Comments

The events connected with mouse cursor occur in the following order:

  1. OnMouseEnter

  2. OnMouseMove

  3. OnMouseHover / OnMouseDown / OnMouseWheel

  4. OnMouseUp

  5. OnMouseLeave

See also:

IControl