com.esri.arcgis.carto
Interface IDataGraphCollectionEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
DataGraphWindow, IDataGraphCollectionEventsAdapter, IDataGraphCollectionEventsProxy

public interface IDataGraphCollectionEvents
extends EventListener, Serializable

Provides access to events that occur when the collection of graphs in the document changes.

Product Availability

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


Method Summary
 void dataGraphAdded(IDataGraphCollectionEventsDataGraphAddedEvent theEvent)
          Fired when the graph is added to document.
 void dataGraphRemoved(IDataGraphCollectionEventsDataGraphRemovedEvent theEvent)
          Fired when the graph is removed from document.
 void dataGraphReset(IDataGraphCollectionEventsDataGraphResetEvent theEvent)
          Fired when document removes all graphs.
 

Method Detail

dataGraphAdded

void dataGraphAdded(IDataGraphCollectionEventsDataGraphAddedEvent theEvent)
                    throws IOException,
                           AutomationException
Fired when the graph is added to document.

Product Availability

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

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

dataGraphRemoved

void dataGraphRemoved(IDataGraphCollectionEventsDataGraphRemovedEvent theEvent)
                      throws IOException,
                             AutomationException
Fired when the graph is removed from document.

Product Availability

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

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

dataGraphReset

void dataGraphReset(IDataGraphCollectionEventsDataGraphResetEvent theEvent)
                    throws IOException,
                           AutomationException
Fired when document removes all graphs.

Product Availability

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

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