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!

Button.OnClick

Method used to raise the Click event.

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

Parameters

e
[To be supplied.]

See Also

Button Class | Button Members | System.Web.UI.WebControls Namespace