MapCtrlDefaultBehaviorMouseLeave 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 Leave event is fired.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void MouseLeave(
Object sender,
EventArgs e
)
Public Sub MouseLeave (
sender As Object,
e As EventArgs
)
Parameters
- sender
- Type: SystemObject
The sender of the event. - e
- Type: SystemEventArgs
The mouse leave event args for the event.
See Also