Click or drag to resize

MapMouseEventsHandlerFireMouseDown Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Safely fire the mouse button down event, even if no handler is attached. See FireClick(Object, EventArgs) remarks.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void FireMouseDown(
	Object sender,
	MouseEventArgs e
)

Parameters

sender
Type: SystemObject
The sender object.
e
Type: System.Windows.FormsMouseEventArgs
Any arguments to be passed to the event handler.
See Also