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)

new : 
        x:int *
        y:int -> ImageClickEventArgs

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: