Map.OnMouseDoubleClick Method (MouseButtonEventArgs)

 

Enables the ability to provide custom handling 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

protected override void OnMouseDoubleClick(
    MouseButtonEventArgs e
)
protected:
virtual void OnMouseDoubleClick(
    MouseButtonEventArgs^ e
) override
override OnMouseDoubleClick : 
        e:MouseButtonEventArgs -> unit
Protected Overrides Sub OnMouseDoubleClick (
    e As MouseButtonEventArgs
)

Parameters

See Also

Map Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top