The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ImageClickEventArgs Constructor (Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the ImageClickEventArgs class using the x and y parameters.
Assembly: System.Web (in System.Web.dll)
Parameters
- x
-
Type:
System::Int32
The x-coordinate where the user clicked an image-based ASP.NET server control.
- y
-
Type:
System::Int32
The y-coordinate where the user clicked an image-based ASP.NET server control.
.NET Framework
Available since 1.1
Available since 1.1
Show: