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 cursor is over the map.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
protected override void OnMouseMove(
MouseEventArgs e
)
protected:
virtual void OnMouseMove(
MouseEventArgs^ e
) override
override OnMouseMove :
e:MouseEventArgs -> unit
Protected Overrides Sub OnMouseMove (
e As MouseEventArgs
)
Parameters
e
Type: System.Windows.Input.MouseEventArgsThe event arguments.
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top