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)