Provides access to events that occur when the state of the map changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
![]()  | 
ActiveGraphicsLayerChanged | Fired when the active graphics layer changes. | 
![]()  | 
TableChanged | Fired when the table object changes. | 
CoClasses that implement IMapEvents2
| CoClasses and Classes | Description | 
|---|---|
| MapEvents2 | Map events. Note: this class only provides access to the IMapEvents2 outbound interface. | 
| MapEvents2Listener (esriSystemUtility) | Helper coclass to provide IMapEvents2 support to the C++ API. | 
Remarks
The IMapEvents2 interface is exposed off the Map object, enabling clients to listen and respond to two events occurring inside a map: ActiveGraphicsLayerChanged and TableChanged.
