GoogleMap Control v6.0
Declaration Syntax
Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)
This event is fired when the user double-clicks on the map. Note that the click event will also fire, right before this one.

C# | Visual Basic |
public event EventHandler<MouseEventArgs> DoubleClick
Public Event DoubleClick As EventHandler(Of MouseEventArgs)