LayoutEventArgs Construtores

Definição

Inicializa uma nova instância da LayoutEventArgs classe.

Sobrecargas

Name Description
LayoutEventArgs(IComponent, String)

Inicializa uma nova instância da LayoutEventArgs classe com o componente e propriedade especificados afetados.

LayoutEventArgs(Control, String)

Inicializa uma nova instância da LayoutEventArgs classe com o controlo e propriedade especificados afetados.

LayoutEventArgs(IComponent, String)

Origem:
LayoutEventArgs.cs
Origem:
LayoutEventArgs.cs
Origem:
LayoutEventArgs.cs
Origem:
LayoutEventArgs.cs
Origem:
LayoutEventArgs.cs

Inicializa uma nova instância da LayoutEventArgs classe com o componente e propriedade especificados afetados.

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

Os Component afetados pela mudança de layout.

affectedProperty
String

A propriedade afetada pela alteração do layout.

Ver também

Aplica-se a

LayoutEventArgs(Control, String)

Origem:
LayoutEventArgs.cs
Origem:
LayoutEventArgs.cs
Origem:
LayoutEventArgs.cs
Origem:
LayoutEventArgs.cs
Origem:
LayoutEventArgs.cs

Inicializa uma nova instância da LayoutEventArgs classe com o controlo e propriedade especificados afetados.

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

Os Control afetados pela mudança de layout.

affectedProperty
String

A propriedade afetada pela alteração do layout.

Aplica-se a