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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net