Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
e
Type: System.Windows.Input.MouseButtonEventArgsThe event arguments.
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top