HtmlInputGenericControl::ServerChange Event

.NET Framework (current version)
 

Occurs when the content of the HTML5 input element changes between posts to the server.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

public:
event EventHandler^ ServerChange {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

.NET Framework
Available since 4.5
Return to top
Show: