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

[To be supplied.]

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

Parameters

key
[To be supplied.]
e
[To be supplied.]

See Also

Control Class | Control Members | System.WinForms Namespace