This event is generated when the mouse cursor is inside the pan window and the left mouse button is pressed.
[Visual Basic]   imagekitcontrolname_ClickOnPanWindow(ByVal x As Long, ByVal y As Long)
[Visual C++]     OnClickOnPanWindowimagekitcontrolname(long x, long y)
[VB.NET]   imagekitcontrolname_ClickOnPanWindow(ByVal sender As System.Object, ByVal e As AxImageKit10(A)Lib.IImageKitEvents_ClickOnPanWindowEvent)
[C#.NET]   imagekitcontrolname_ClickOnPanWindow(object sender, AxImageKit10(A)Lib.IImageKitEvents_ClickOnPanWindowEvent e)

* AxImageKit10ALib refers to the ANSI version, AxImageKit10Lib refers to the Unicode version.

Parameters

Name Explanation
x, y The x and y coordinates of the mouse click location within the pan window. (in pixels)

* The second parameter in VB.NET/C#.NET is e and it contains the x,y arguments. (the first letter is lower case)

Explanation

The ClickOnPanWindow event is generated when the mouse cursor is inside the pan window and the left mouse button is pressed.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation