Click or drag to resize

MapCtrlHitHandler Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the IMapMouseHandler hit handler to use.

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

Property Value

Type: IMapMouseHandler
Remarks
Generally you do not need to set this as the RendererList will be used if this is null. In the case where you have many items to render performance can be increased by supplying a separate hit handler.
See Also