Forms > Forms Assembly Interfaces > IPositionEventArgs
The IPositionEventArgs interface contains properties of the argument of the events that occur when the component is moved or resized.
The events that use this argument:
OnControlMove - occurs when the component is moved.
OnControlResize - occurs when the component is resized.
Property name | Brief description | |
![]() |
Height | The Height property returns the height of the component after the component is resized. |
![]() |
Point | The Point property returns coordinates of the upper left corner of the component after the move. |
![]() |
Width | The Width property returns the width of the component after the component is resized. |
See also: