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

Removes an event handler for the OnServerChange event. If there is more than one instance of this handler, all of them will be removed.

[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
Event handler to be removed.

See Also

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