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
受此布局更改影响的属性。