Forms > Forms Assembly Interfaces > IControl > IControl.OnMouseUp
OnMouseUp(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 OnMouseUp event occurs when the mouse button is released and the cursor is in the component area.
The events connected with mouse cursor occur in the following order:
OnMouseUp
See also: