System.Web.UI.ImageClickEventArgs Members

The members of System.Web.UI.ImageClickEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the System.Web.UI.ImageClickEventArgs class using the x and y parameters.

Public Fields

Xint.

An integer that represents the x-coordinate where a user clicked an image-based ASP.NET server control.

Yint.

An integer that represents the y-coordinate where a user clicked an image-based ASP.NET server control.