Forms > Forms Assembly Interfaces > IControl > IControl.OnMouseDown
OnMouseDown(Sender: Object; Args: IMouseClickEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnMouseDown event occurs if the pointer is in the component area and a mouse key is pressed.
The events connected with mouse cursor occur in the following order:
OnMouseHover / OnMouseDown / OnMouseWheel
See also: