LayoutEventArgs Konstruktory

Definice

Inicializuje novou instanci LayoutEventArgs třídy.

Přetížení

Name Description
LayoutEventArgs(IComponent, String)

Inicializuje novou instanci LayoutEventArgs třídy se zadanou komponentou a ovlivněnou vlastností.

LayoutEventArgs(Control, String)

Inicializuje novou instanci LayoutEventArgs třídy se zadaným ovládacím prvku a ovlivněnou vlastností.

LayoutEventArgs(IComponent, String)

Zdroj:
LayoutEventArgs.cs
Zdroj:
LayoutEventArgs.cs
Zdroj:
LayoutEventArgs.cs
Zdroj:
LayoutEventArgs.cs
Zdroj:
LayoutEventArgs.cs

Inicializuje novou instanci LayoutEventArgs třídy se zadanou komponentou a ovlivněnou vlastností.

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

Ovlivněné Component změnou rozložení.

affectedProperty
String

Vlastnost ovlivněná změnou rozložení.

Viz také

Platí pro

LayoutEventArgs(Control, String)

Zdroj:
LayoutEventArgs.cs
Zdroj:
LayoutEventArgs.cs
Zdroj:
LayoutEventArgs.cs
Zdroj:
LayoutEventArgs.cs
Zdroj:
LayoutEventArgs.cs

Inicializuje novou instanci LayoutEventArgs třídy se zadaným ovládacím prvku a ovlivněnou vlastností.

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

affectedControl
Control

Ovlivněné Control změnou rozložení.

affectedProperty
String

Vlastnost ovlivněná změnou rozložení.

Platí pro