LayoutEventArgs Constructeurs

Définition

Initialise une nouvelle instance de la classe LayoutEventArgs.

Surcharges

Nom Description
LayoutEventArgs(IComponent, String)

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

LayoutEventArgs(Control, String)

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

LayoutEventArgs(IComponent, String)

Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs

Initialise une nouvelle instance de la LayoutEventArgs classe 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);
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

Modification Component de la disposition affectée.

affectedProperty
String

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

Voir aussi

S’applique à

LayoutEventArgs(Control, String)

Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs

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

public:
 LayoutEventArgs(System::Windows::Forms::Control ^ affectedControl, System::String ^ affectedProperty);
public LayoutEventArgs(System.Windows.Forms.Control affectedControl, 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

Modification Control de la disposition affectée.

affectedProperty
String

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

S’applique à