LayoutEventArgs Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe LayoutEventArgs.
Overload
| Nome | Descrizione |
|---|---|
| LayoutEventArgs(IComponent, String) |
Inizializza una nuova istanza della LayoutEventArgs classe con il componente e la proprietà specificati interessati. |
| LayoutEventArgs(Control, String) |
Inizializza una nuova istanza della LayoutEventArgs classe con il controllo e la proprietà specificati interessati. |
LayoutEventArgs(IComponent, String)
- Origine:
- LayoutEventArgs.cs
- Origine:
- LayoutEventArgs.cs
- Origine:
- LayoutEventArgs.cs
- Origine:
- LayoutEventArgs.cs
- Origine:
- LayoutEventArgs.cs
Inizializza una nuova istanza della LayoutEventArgs classe con il componente e la proprietà specificati interessati.
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)
Parametri
- affectedComponent
- IComponent
Oggetto Component interessato dalla modifica del layout.
- affectedProperty
- String
Proprietà interessata dalla modifica del layout.
Vedi anche
Si applica a
LayoutEventArgs(Control, String)
- Origine:
- LayoutEventArgs.cs
- Origine:
- LayoutEventArgs.cs
- Origine:
- LayoutEventArgs.cs
- Origine:
- LayoutEventArgs.cs
- Origine:
- LayoutEventArgs.cs
Inizializza una nuova istanza della LayoutEventArgs classe con il controllo e la proprietà specificati interessati.
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)
Parametri
- affectedProperty
- String
Proprietà interessata dalla modifica del layout.