ImageClickEventHandler

ImageClickEventHandlerserializable

System.Web.UI (system.web.dll)delegate

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 void ImageClickEventHandler(object sender, ImageClickEventArgs e);

Associated Events

System.Web.UI.HtmlControls.HtmlInputImage.ServerClick( ), System.Web.UI.WebControls.ImageButton.Click( )



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace