MapCtrlDefaultBehaviorMouseMove Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The Default behavior of a
MapCtrl when a
Mouse Move event is fired.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void MouseMove(
Object sender,
MouseEventArgs e
)
Public Sub MouseMove (
sender As Object,
e As MouseEventArgs
)
Parameters
- sender
- Type: SystemObject
The sender of the event. - e
- Type: System.Windows.FormsMouseEventArgs
The mouse move event args for the event.
See Also