ShapeLayerOnMouseLeave Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calls mouse leave (when the mouse leaves the current map space) on the layer's current
state.
Namespace:
Telogis.GeoBase.ShapeUI
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool OnMouseLeave(
Object sender,
EventArgs e
)
Public Function OnMouseLeave (
sender As Object,
e As EventArgs
) As Boolean
Parameters
- sender
- Type: SystemObject
The object received from the event handler - e
- Type: SystemEventArgs
The mouse event arguments
Return Value
Type:
BooleanTrue if the leave mouse movement was successfully handled.
See Also