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
LayoutEventArgs(IComponent, String) |
Inicjuje LayoutEventArgs nowe wystąpienie 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)
Inicjuje LayoutEventArgs nowe wystąpienie 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);
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
Wpływ Component zmiany układu.
- affectedProperty
- String
Właściwość, której dotyczy zmiana układu.
Zobacz też
Dotyczy
LayoutEventArgs(Control, String)
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);
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.