com.esri.arcgis.carto
Interface IMapSurroundEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
ImageInsetWindow, IMapSurroundEventsAdapter, IMapSurroundEventsProxy, MapInsetWindow, MapSurroundFrame, OverviewWindow

public interface IMapSurroundEvents
extends EventListener, Serializable

Provides access to events that occur when the state of the map surrounds changes.

Product Availability

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


Method Summary
 void afterDraw(IMapSurroundEventsAfterDrawEvent theEvent)
          Fired after drawing completes.
 void beforeDraw(IMapSurroundEventsBeforeDrawEvent theEvent)
          Fired before drawing starts.
 void contentsChanged(IMapSurroundEventsContentsChangedEvent theEvent)
          Fired when the contents of the map surround changes.
 

Method Detail

contentsChanged

void contentsChanged(IMapSurroundEventsContentsChangedEvent theEvent)
                     throws IOException,
                            AutomationException
Fired when the contents of the map surround changes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beforeDraw

void beforeDraw(IMapSurroundEventsBeforeDrawEvent theEvent)
                throws IOException,
                       AutomationException
Fired before drawing starts.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterDraw

void afterDraw(IMapSurroundEventsAfterDrawEvent theEvent)
               throws IOException,
                      AutomationException
Fired after drawing completes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.