LayoutEventArgs 建構函式

定義

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

多載

名稱 Description
LayoutEventArgs(IComponent, String)

初始化一個新實例 LayoutEventArgs ,並影響指定的元件與屬性。

LayoutEventArgs(Control, String)

初始化一個新的類別實例 LayoutEventArgs ,並影響指定的控制與屬性。

LayoutEventArgs(IComponent, String)

來源:
LayoutEventArgs.cs
來源:
LayoutEventArgs.cs
來源:
LayoutEventArgs.cs
來源:
LayoutEventArgs.cs
來源:
LayoutEventArgs.cs

初始化一個新實例 LayoutEventArgs ,並影響指定的元件與屬性。

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)

參數

affectedComponent
IComponent

Component他們會受到版面變動的影響。

affectedProperty
String

受格局變更影響的房產。

另請參閱

適用於

LayoutEventArgs(Control, String)

來源:
LayoutEventArgs.cs
來源:
LayoutEventArgs.cs
來源:
LayoutEventArgs.cs
來源:
LayoutEventArgs.cs
來源:
LayoutEventArgs.cs

初始化一個新的類別實例 LayoutEventArgs ,並影響指定的控制與屬性。

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)

參數

affectedControl
Control

Control他們會受到版面變動的影響。

affectedProperty
String

受格局變更影響的房產。

適用於