Windows apps
Collapse the table of content
Expand the table of content
Information
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)

 

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

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
ImageClickEventArgs(
	int x,
	int y
)

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
Return to top
Show:
© 2017 Microsoft