Condividi tramite


LayoutEventArgs Costruttori

Definizione

Inizializza una nuova istanza della classe LayoutEventArgs.

Overload

LayoutEventArgs(IComponent, String)

Inizializza una nuova istanza della classe LayoutEventArgs con il componente specificato e la proprietà interessata.

LayoutEventArgs(Control, String)

Inizializza una nuova istanza della classe LayoutEventArgs con il controllo specificato e la proprietà interessata.

LayoutEventArgs(IComponent, String)

Inizializza una nuova istanza della classe LayoutEventArgs con il componente specificato e la proprietà interessata.

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)

Parametri

affectedComponent
IComponent

Oggetto Component interessato dalla modifica del layout.

affectedProperty
String

Proprietà interessata dalla modifica del layout.

Vedi anche

Si applica a

LayoutEventArgs(Control, String)

Inizializza una nuova istanza della classe LayoutEventArgs con il controllo specificato e la proprietà interessata.

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)

Parametri

affectedControl
Control

Oggetto Control interessato dalla modifica del layout.

affectedProperty
String

Proprietà interessata dalla modifica del layout.

Si applica a