Map.OnMouseMove Method (MouseEventArgs)
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