Map.MouseDoubleClick Event

 

Occurs when the mouse is used to double click the map.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public event MouseButtonEventHandler MouseDoubleClick
public:
event MouseButtonEventHandler^ MouseDoubleClick {
    void add(MouseButtonEventHandler^ value);
    void remove(MouseButtonEventHandler^ value);
}
member MouseDoubleClick : IEvent<MouseButtonEventHandler,
    MouseButtonEventArgs>
Public Event MouseDoubleClick As MouseButtonEventHandler

See Also

Map Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top