Click or drag to resize

MapMouseEventsHandlerFireClick Method

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

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

Parameters

sender
Type: SystemObject
The sender object.
e
Type: SystemEventArgs
Any arguments to be passed to the event handler.
Remarks
These FireMouse(*) methods are available so that a MapMouseEventsHandler can be fired safely even when handlers may not have been attached to the various events.
See Also