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

[To be supplied.]

[Visual Basic]
Overridable Public Sub AddOnServerChange( _
   ByVal value As EventHandler _
)
[C#]
public virtual void AddOnServerChange(
   EventHandler value
);
[C++]
public: virtual void AddOnServerChange(
   EventHandler* value
);
[JScript]
public function AddOnServerChange(
   value : EventHandler
);

Parameters

value
[To be supplied.]

See Also

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