ArcObjects Library Reference (Carto)  

MapEvents3 CoClass

Map events. Note: this class only provides access to the IMapEvents3 outbound interface.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description

Event Interfaces

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

Working with Events

[Visual Basic 6.0]

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

Private WithEvents pMapEvents3 as MapEvents3