Show contents 

Forms > Forms Assembly Interfaces > IControl > IControl.OnControlMove

OnControlMove

Syntax

OnControlMove(Sender: Object; Args: IPositionEventArgs);

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 OnControlMove event occurs when the component is moved.

Comments

The user can get new coordinates of the left upper corner of the component, using a property of the Point event argument.

See also:

IControl