LayoutEventArgs Constructores

Definición

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

affectedControl
Control

Afectado Control por el cambio de diseño.

affectedProperty
String

Propiedad afectada por el cambio de diseño.

Se aplica a