PositionEventArgs

Description

The PositionEventArgs class implements argument of the events that occur when the component is moved or resized.

Constructors

  Constructor name Brief description
The Create constructor creates an argument of the events that occur when the component is moved or resized.

Properties inherited from IPositionEventArgs

  Property name Brief description
The Height property returns the height of the component after the component is resized.
The Point property returns coordinates of the upper left corner of the component after the move.
The Width property returns the width of the component after the component is resized.

See also:

Forms Assembly Classes