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!

HtmlInputButton.OnServerClick

Raised on the server when a user clicks an HTML Input Button control.

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

Parameters

e
Event arguments.

Remarks

The event causes a roundtrip to occur from the browser.

See Also

HtmlInputButton Class | HtmlInputButton Members | System.Web.UI.HtmlControls Namespace