ArcObjects Library Reference (Carto)  

MapEvents CoClass

Helper coclass for working with the nondefault outbound IMapEvents interface in VB.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description

Event Interfaces

Interfaces Description
IMapEvents (default) Provides access to events that occur when the state of the map changes.

Working with Events

[Visual Basic 6.0]

When working with MapEvents' default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pMapEvents as MapEvents