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!

Control.AddEventHandler

[To be supplied.]

[Visual Basic]
Overridable Protected Sub AddEventHandler( _
   ByVal key As Object, _
   ByVal handler As Delegate _
)
[C#]
protected virtual void AddEventHandler(
   object key,
   Delegate handler
);
[C++]
protected: virtual void AddEventHandler(
   Object* key,
   Delegate* handler
);
[JScript]
protected function AddEventHandler(
   key : Object,
   handler : Delegate
);

Parameters

key
[To be supplied.]
handler
[To be supplied.]

See Also

Control Class | Control Members | System.WinForms Namespace