Provides access to events that occur when the state of the map changes.
| Description | ||
|---|---|---|
![]() |
FeatureClassChanged | Fired when the feature class changes. |
![]() |
VersionChanged | Fired when the version changes. |
| CoClasses and Classes | Description |
|---|---|
| Map | A container for the display and manipulation of map data. |
| MapEvents | Helper coclass for working with the nondefault outbound IMapEvents interface in VB. |
| MapEventsListener (esriSystemUtility) | Helper coclass to provide IMapEvents support to the C++ API. |
The IMapEvents interface is exposed off the Map object, enabling clients to listen and respond to two events occurring inside a map: FeatureClassChanged and VersionChanged. Both of these events are related to changing the version the map’s layers are working with.