Click or drag to resize

ShapeLayerOnMouseClick Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calls mouse click 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 OnMouseClick(
	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 mouse click was successfully handled.
See Also