DekGenius.com
[ Team LiB ] Previous Section Next Section

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( )

    [ Team LiB ] Previous Section Next Section