[To be supplied.]
[Visual Basic] Public Sub New( _ ByVal affectedControl As Control, _ ByVal affectedProperty As String _ ) [C#] public LayoutEventArgs( Control affectedControl, string affectedProperty ); [C++] public: LayoutEventArgs( Control* affectedControl, String* affectedProperty ); [JScript] public function LayoutEventArgs( affectedControl : Control, affectedProperty : String );
LayoutEventArgs Class | LayoutEventArgs Members | System.WinForms Namespace