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!

HtmlSelect.AddOnServerChange

Adds an event handler for the HtmlSelect.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 add.

See Also

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