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

[To be supplied.]

[Visual Basic]
Protected Sub InvokeOnClick( _
   ByVal toInvoke As Control, _
   ByVal e As EventArgs _
)
[C#]
protected void InvokeOnClick(
   Control toInvoke,
   EventArgs e
);
[C++]
protected: void InvokeOnClick(
   Control* toInvoke,
   EventArgs* e
);
[JScript]
protected function InvokeOnClick(
   toInvoke : Control,
   e : EventArgs
);

Parameters

toInvoke
[To be supplied.]
e
[To be supplied.]

See Also

Control Class | Control Members | System.WinForms Namespace