Click or drag to resize

ShapeLayerOnMouseMove Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calls mouse move 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 OnMouseMove(
	Object sender,
	MouseEventArgs e
)

Parameters

sender
Type: SystemObject
The object received from the event handler
e
Type: System.Windows.FormsMouseEventArgs
The mouse event arguments

Return Value

Type: Boolean
True if the movement was successfully handled.
See Also