Udostępnij za pośrednictwem


LayoutEventArgs Konstruktory

Definicja

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

affectedControl
Control

Wpływ Control zmiany układu.

affectedProperty
String

Właściwość, której dotyczy zmiana układu.

Dotyczy