LayoutEventArgs Constructeurs

Définition

Initialise une nouvelle instance de la classe LayoutEventArgs.

Surcharges

LayoutEventArgs(IComponent, String)

Initialise une nouvelle instance de la classe LayoutEventArgs avec le composant et la propriété spécifiés affectés.

LayoutEventArgs(Control, String)

Initialise une nouvelle instance de la classe LayoutEventArgs avec le contrôle spécifié et la propriété affectée.

LayoutEventArgs(IComponent, String)

Initialise une nouvelle instance de la classe LayoutEventArgs avec le composant et la propriété spécifiés affectés.

public:
 LayoutEventArgs(System::ComponentModel::IComponent ^ affectedComponent, System::String ^ affectedProperty);
public LayoutEventArgs (System.ComponentModel.IComponent affectedComponent, string affectedProperty);
new System.Windows.Forms.LayoutEventArgs : System.ComponentModel.IComponent * string -> System.Windows.Forms.LayoutEventArgs
Public Sub New (affectedComponent As IComponent, affectedProperty As String)

Paramètres

affectedComponent
IComponent

Component affecté par la modification de la disposition.

affectedProperty
String

Propriété affectée par la modification de la disposition.

Voir aussi

S’applique à

LayoutEventArgs(Control, String)

Initialise une nouvelle instance de la classe LayoutEventArgs avec le contrôle spécifié et la propriété affectée.

public:
 LayoutEventArgs(System::Windows::Forms::Control ^ affectedControl, System::String ^ affectedProperty);
public LayoutEventArgs (System.Windows.Forms.Control affectedControl, string affectedProperty);
new System.Windows.Forms.LayoutEventArgs : System.Windows.Forms.Control * string -> System.Windows.Forms.LayoutEventArgs
Public Sub New (affectedControl As Control, affectedProperty As String)

Paramètres

affectedControl
Control

Control affecté par la modification de la disposition.

affectedProperty
String

Propriété affectée par la modification de la disposition.

S’applique à