LayoutEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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)
參數
- affectedProperty
- String
受配置變更所影響的屬性。