The IPositionEventArgs interface contains properties of the argument of the events that occurs when the component is moved or when its sizes are changed.
The events that use this argument:
OnControlMove - occurs when the component is moved.
OnControlResize - occurs when sizes of the component are changed.
| Property name | Brief description | |
| The Height property returns the height of the component after the change of its sizes. | ||
| The Point property returns coordinates of the left upper corner of the component after the move. | ||
| The Width property returns the width of the component after the change of its sizes. |
See also: