Event raised when element is DOUBLE clicked. In the event handler for this event you will have access to the x and y coordinates of the mouse 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 event EventHandler<AspectClickable..::.ClickEventArgs> DblClicked
Visual Basic (Declaration)
Public Event DblClicked As EventHandler(Of AspectClickable..::.ClickEventArgs)

See Also