EventArgs for Clicked and the DblClicked events. Notice here that you do have access to the x and y coordinate of the place the mouse cursor was at when the event was raised.

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public class ClickEventArgs : MouseEventArgs
Visual Basic (Declaration)
Public Class ClickEventArgs _
	Inherits MouseEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Gaia.WebWidgets..::.MouseEventArgs
      Gaia.WebWidgets..::.AspectClickable..::.ClickEventArgs

See Also