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!

ControlEventArgs Constructor

Creates a new ControlEventArgs.

[Visual Basic]
Public Sub New( _
   ByVal control As Control _
)
[C#]
public ControlEventArgs(
   Control control
);
[C++]
public: ControlEventArgs(
   Control* control
);
[JScript]
public function ControlEventArgs(
   control : Control
);

Parameters

control
The control to store in this event.

See Also

ControlEventArgs Class | ControlEventArgs Members | System.WinForms Namespace