This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapEvents2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to events that occur when the state of the map changes.
Description | ||
---|---|---|
ActiveGraphicsLayerChanged | Fired when the active graphics layer changes. | |
TableChanged | Fired when the table object changes. |
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. |
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.