HtmlInputReset.ServerClick Event
.NET Framework 3.0
This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs when an HtmlInputReset control is clicked on the Web page.
Namespace: System.Web.UI.HtmlControlsAssembly: System.Web (in system.web.dll)
public: event EventHandler^ ServerClick { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ public void add_ServerClick (EventHandler value) /** @event */ public void remove_ServerClick (EventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
Community Additions
ADD
Show: