ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 424
نمايش فراداده

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