HtmlInputReset::ServerClick Event

 

This API supports the product 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.HtmlControls
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(false)]
event EventHandler^ ServerClick {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The ServerClick event is not intended to be used directly from your code.

.NET Framework
Available since 2.0
Return to top
Show: