LayoutEventArgs Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy LayoutEventArgs.
Przeciążenia
| Nazwa | Opis |
|---|---|
| LayoutEventArgs(IComponent, String) |
Inicjuje nowe wystąpienie LayoutEventArgs klasy z określonym składnikiem i właściwością, której dotyczy problem. |
| LayoutEventArgs(Control, String) |
Inicjuje LayoutEventArgs nowe wystąpienie klasy z określoną kontrolką i właściwością, której dotyczy problem. |
LayoutEventArgs(IComponent, String)
- Źródło:
- LayoutEventArgs.cs
- Źródło:
- LayoutEventArgs.cs
- Źródło:
- LayoutEventArgs.cs
- Źródło:
- LayoutEventArgs.cs
- Źródło:
- LayoutEventArgs.cs
Inicjuje nowe wystąpienie LayoutEventArgs klasy z określonym składnikiem i właściwością, której dotyczy problem.
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)
Parametry
- affectedComponent
- IComponent
Zmiana Component układu, której dotyczy problem.
- affectedProperty
- String
Właściwość, której dotyczy zmiana układu.
Zobacz też
Dotyczy
LayoutEventArgs(Control, String)
- Źródło:
- LayoutEventArgs.cs
- Źródło:
- LayoutEventArgs.cs
- Źródło:
- LayoutEventArgs.cs
- Źródło:
- LayoutEventArgs.cs
- Źródło:
- LayoutEventArgs.cs
Inicjuje LayoutEventArgs nowe wystąpienie klasy z określoną kontrolką i właściwością, której dotyczy problem.
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)
Parametry
- affectedProperty
- String
Właściwość, której dotyczy zmiana układu.