共用方式為


LayoutEventArgs 建構函式

定義

初始化 LayoutEventArgs 類別的新執行個體。

多載

LayoutEventArgs(IComponent, String)

使用指定的元件和受影響的屬性來初始化 LayoutEventArgs 類別的新執行個體。

LayoutEventArgs(Control, String)

使用指定的控制項和受影響的屬性來初始化 LayoutEventArgs 類別的新執行個體。

LayoutEventArgs(IComponent, String)

使用指定的元件和受影響的屬性來初始化 LayoutEventArgs 類別的新執行個體。

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)

參數

affectedComponent
IComponent

受配置變更所影響的 Component

affectedProperty
String

受配置變更所影響的屬性。

另請參閱

適用於

LayoutEventArgs(Control, String)

使用指定的控制項和受影響的屬性來初始化 LayoutEventArgs 類別的新執行個體。

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)

參數

affectedControl
Control

受配置變更所影響的 Control

affectedProperty
String

受配置變更所影響的屬性。

適用於