NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LayoutEventArgs Constructor

[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
);

Parameters

affectedControl
[To be supplied.]
affectedProperty
[To be supplied.]

See Also

LayoutEventArgs Class | LayoutEventArgs Members | System.WinForms Namespace