Click or drag to resize

BalloonPushPinMapMouseEventsHandler Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the MapMouseEventsHandler associated with this object.

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 method can be used to attach event handlers to a BalloonPushPin.
Examples
C#
BalloonPushPin bpp = new BalloonPushPin();
bpp.MapMouseEventsHandler.Click += new EventHandler(Click);
See Also