Click or drag to resize

BaseStateOnMouseMove Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Mouse-move handler for this state.

Namespace:  Telogis.GeoBase.ShapeUI.State
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual bool OnMouseMove(
	Object sender,
	MouseEventArgs e
)

Parameters

sender
Type: SystemObject
The sender of the mouse event.
e
Type: System.Windows.FormsMouseEventArgs
The event arguments.

Return Value

Type: Boolean
Whether the state handled the event.

Implements

IStateOnMouseMove(Object, MouseEventArgs)
See Also