LayoutEventArgs Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- affectedProperty
- String
Propriété affectée par la modification de disposition.