[To be supplied.]
The following declaration shows the syntax for a method that handles the Layout event.
[Visual Basic] Private Sub ControlName_Layout( _ ByVal sender As Object, _ ByVal e As LayoutEventArgs _ ) [C#] private void ControlName_Layout( object sender, LayoutEventArgs e ); [C++] private: void ControlName_Layout( Object* sender, LayoutEventArgs* e ); [JScript] private ControlName_Layout( sender : Object, e : LayoutEventArgs );
Property | Description |
---|---|
|
|
|
Control Class | Control MembersTopic | System.WinForms Namespace