LayoutEventArgs Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
- affectedProperty
- String
A propriedade afetada pela alteração do layout.