This document is archived and information here might be outdated. Recommended version. |
Provides access to the events that occur when the state of the map frame changes.
Use the IMapFrameEvents to listen for the event of the frame being resized. This interface is implemented by both the MapFrame and the MapSurroundFrame coclasses. Whenever objects of these types are resized, the event is fired and code that has been implemented for the event is executed.
Name | Description | |
---|---|---|
MapFrameResized | Occurs when a map frame is resized. |
Classes | Description |
---|---|
MapFrame | A graphic element for displaying maps. |
MapFrameEventsListener (esriSystemUtility) | Helper coclass to provide IMapFrameEvents support to the C++ API. |
MapSurroundFrame | A graphic element for displaying map surrounds. |