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

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

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