IStateOnMouseDown Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Mouse-down handler for this state.
Namespace:
Telogis.GeoBase.ShapeUI.State
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax bool OnMouseDown(
Object sender,
MouseEventArgs e
)
Function OnMouseDown (
sender As Object,
e As MouseEventArgs
) As Boolean
Parameters
- sender
- Type: SystemObject
The sender of the mouse event. - e
- Type: System.Windows.FormsMouseEventArgs
The event arguments.
Return Value
Type:
BooleanWhether the state handled the event.
See Also