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!

HtmlInputButton.RemoveOnServerClick

Removes an event handler from the OnServerClick event. If there are multiple handlers with the same value, all of them will be removed.

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

Parameters

value
The event handler to be removed.

See Also

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