LayoutEventArgs 생성자

정의

LayoutEventArgs 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
LayoutEventArgs(IComponent, String)

지정된 구성 요소 및 속성이 영향을 받는 클래스의 LayoutEventArgs 새 인스턴스를 초기화합니다.

LayoutEventArgs(Control, String)

지정된 컨트롤과 속성이 LayoutEventArgs 영향을 받는 클래스의 새 인스턴스를 초기화합니다.

LayoutEventArgs(IComponent, String)

Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
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)

Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
LayoutEventArgs.cs
Source:
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

레이아웃 변경의 영향을 받는 속성입니다.

적용 대상