Click or drag to resize

SelectStateOnMouseLeave Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Unhighlight any highlighted entities.

Namespace:  Telogis.GeoBase.ShapeUI.State
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override bool OnMouseLeave(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
The object from the base event.
e
Type: SystemEventArgs
The mouse event arguments.

Return Value

Type: Boolean
true

Implements

IStateOnMouseLeave(Object, EventArgs)
IStateOnMouseLeave(Object, EventArgs)
See Also