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!

HtmlInputHidden.OnServerChange

Raised on the server when the HtmlInputHidden control changes between postback requests.

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

Parameters

e
Event arguments.

See Also

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