System.Windows.Forms.LayoutEventArgs Members

The members of System.Windows.Forms.LayoutEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the System.Windows.Forms.LayoutEventArgs class with the specified component and property affected.

Initializes a new instance of the System.Windows.Forms.LayoutEventArgs class with the specified control and property affected.

Public Properties

[read-only]
AffectedComponentSystem.ComponentModel.IComponent.

Gets the System.ComponentModel.Component affected by the layout change.

[read-only]
AffectedControlControl.

Gets the child control affected by the change.

[read-only]
AffectedPropertystring.

Gets the property affected by the change.