PositionEventArgs

Description

The PositionEventArgs class implements argument of the events that occurs when the component is moved or when its sizes are changed.

Designers

  Designer name Brief description
The Create designer creates argument of the events that occur when the component is moved or when its sizes are changed.

Properties inherited from IPositionEventArgs

  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 Classes