ShapeLayerOnMouseDown Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calls mouse down 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 OnMouseDown(
Object sender,
MouseEventArgs e
)
Public Function OnMouseDown (
sender As Object,
e As MouseEventArgs
) As Boolean
Parameters
- sender
- Type: SystemObject
The object received from the event handler - e
- Type: System.Windows.FormsMouseEventArgs
The mouse event arguments
Return Value
Type:
BooleanTrue if the down mouse movement was successfully handled.
See Also