Click or drag to resize

RendererListMapMouseEventsHandler Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the events object for the list, always returns null.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public MapMouseEventsHandler MapMouseEventsHandler { get; }

Property Value

Type: MapMouseEventsHandler

Implements

IMapMouseHandlerMapMouseEventsHandler
Remarks
This always returns null because the RendererList does not handle mouse events itself. Such events are handled by individual objects in the list.
See Also