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);
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);
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

レイアウトの変更により影響を受けるプロパティ。

適用対象