Nyelv

LayoutEventArgs Konstruktorok

Definíció

Inicializálja a LayoutEventArgs osztály új példányát.

Túlterhelések

Name Description
LayoutEventArgs(IComponent, String)

Inicializálja az osztály új példányát a LayoutEventArgs megadott összetevővel és tulajdonsággal.

LayoutEventArgs(Control, String)

Inicializálja az osztály új példányát a LayoutEventArgs megadott vezérlővel és tulajdonsággal.

LayoutEventArgs(IComponent, String)

Forrás:
LayoutEventArgs.cs
Forrás:
LayoutEventArgs.cs
Forrás:
LayoutEventArgs.cs
Forrás:
LayoutEventArgs.cs
Forrás:
LayoutEventArgs.cs

Inicializálja az osztály új példányát a LayoutEventArgs megadott összetevővel és tulajdonsággal.

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)

Paraméterek

affectedComponent
IComponent

Az Component elrendezés módosítása által érintett.

affectedProperty
String

Az elrendezés módosítása által érintett tulajdonság.

Lásd még

A következőre érvényes:

LayoutEventArgs(Control, String)

Forrás:
LayoutEventArgs.cs
Forrás:
LayoutEventArgs.cs
Forrás:
LayoutEventArgs.cs
Forrás:
LayoutEventArgs.cs
Forrás:
LayoutEventArgs.cs

Inicializálja az osztály új példányát a LayoutEventArgs megadott vezérlővel és tulajdonsággal.

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)

Paraméterek

affectedControl
Control

Az Control elrendezés módosítása által érintett.

affectedProperty
String

Az elrendezés módosítása által érintett tulajdonság.

A következőre érvényes: