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.Control

Retrieves the control object stored in this event.

[Visual Basic]
Public ReadOnly Property Control As Control
[C#]
public Control Control {get;}
[C++]
public: __property Control* get_Control();
[JScript]
public function get Control() : Control;

See Also

ControlEventArgs Class | ControlEventArgs Members | System.WinForms Namespace