HtmlInputImage::ServerClick Event
.NET Framework (current version)
Occurs on the server when the user clicks an HtmlInputImage control.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: