IPositionEventArgs

Description

The IPositionEventArgs interface contains properties of the argument of the events that occurs when the component is moved or when its sizes are changed.

Comments

The events that use this argument:

Properties

  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:

Forms Assembly Interfaces