LayoutEventArgs Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de la clase LayoutEventArgs.
Sobrecargas
| Nombre | Description |
|---|---|
| LayoutEventArgs(IComponent, String) |
Inicializa una nueva instancia de la LayoutEventArgs clase con el componente y la propiedad especificados afectados. |
| LayoutEventArgs(Control, String) |
Inicializa una nueva instancia de la LayoutEventArgs clase con el control y la propiedad especificados afectados. |
LayoutEventArgs(IComponent, String)
- Source:
- LayoutEventArgs.cs
- Source:
- LayoutEventArgs.cs
- Source:
- LayoutEventArgs.cs
- Source:
- LayoutEventArgs.cs
- Source:
- LayoutEventArgs.cs
Inicializa una nueva instancia de la LayoutEventArgs clase con el componente y la propiedad especificados afectados.
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)
Parámetros
- affectedComponent
- IComponent
Afectado Component por el cambio de diseño.
- affectedProperty
- String
Propiedad afectada por el cambio de diseño.
Consulte también
Se aplica a
LayoutEventArgs(Control, String)
- Source:
- LayoutEventArgs.cs
- Source:
- LayoutEventArgs.cs
- Source:
- LayoutEventArgs.cs
- Source:
- LayoutEventArgs.cs
- Source:
- LayoutEventArgs.cs
Inicializa una nueva instancia de la LayoutEventArgs clase con el control y la propiedad especificados afectados.
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)
Parámetros
- affectedProperty
- String
Propiedad afectada por el cambio de diseño.