HtmlInputImage::ServerClick Event

 

Occurs on the server when the user clicks an HtmlInputImage control.

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

public:
event ImageClickEventHandler^ ServerClick {
	void add(ImageClickEventHandler^ value);
	void remove(ImageClickEventHandler^ value);
}

The ServerClick event is raised when the user clicks an HtmlInputImage control.

For more information about handling events, see NIB: Consuming Events.

The following code example demonstrates how to specify and code a handler for the ServerClick event to determine the coordinates where the user clicks the HtmlInputImage control.

No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: