Click or drag to resize

MapMouseEventsHandlerFireDoubleClick Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Safely fire the mouse double click event, even if no handler is attached.

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

Parameters

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