Name

ImageClickEventHandler

Synopsis

This delegate specifies the signature for the event handler that handles the System.Web.UI.WebControls.ImageButton.Click and System.Web.UI.HtmlControls.HtmlInputImage.ServerClick events. This event handler receives extra information about the exact coordinates where the image was clicked.

Public Delegate Sub ImageClickEventHandler(
        ByVal sender As Object, 
        ByVal e As ImageClickEventArgs) 

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.