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

Adds an event handler for the OnServerChange event.

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

See Also

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