LayoutEventArgs Constructores

Definición

Inicializa una nueva instancia de la clase LayoutEventArgs.

Sobrecargas

LayoutEventArgs(IComponent, String)

Inicializa una nueva instancia de la clase LayoutEventArgs con el componente y la propiedad afectados especificados.

LayoutEventArgs(Control, String)

Inicializa una nueva instancia de la clase LayoutEventArgs con el control y la propiedad afectados especificados.

LayoutEventArgs(IComponent, String)

Inicializa una nueva instancia de la clase LayoutEventArgs con el componente y la propiedad afectados especificados.

public:
 LayoutEventArgs(System::ComponentModel::IComponent ^ affectedComponent, System::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

Control Component afectado 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)

Inicializa una nueva instancia de la clase LayoutEventArgs con el control y la propiedad afectados especificados.

public:
 LayoutEventArgs(System::Windows::Forms::Control ^ affectedControl, System::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

Control Control afectado por el cambio de diseño.

affectedProperty
String

Propiedad afectada por el cambio de diseño.

Se aplica a