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!

HtmlInputCheckBox.OnServerChange

[To be supplied.]

[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
[To be supplied.]

See Also

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