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

受此布局更改影响的属性。

适用于