com.esri.arcgis.carto
Interface IDataGraphTEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
DataGraphTCreateScatterplotMatrix, DataGraphTElement, DataGraphTWizard, DataGraphWindow, IDataGraphTEventsAdapter, IDataGraphTEventsProxy

public interface IDataGraphTEvents
extends EventListener, Serializable

Provides access to events that occur when graph object changes.

Product Availability

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


Method Summary
 void dataGraphTChanged(IDataGraphTEventsDataGraphTChangedEvent theEvent)
          Fired when graph changes.
 void dataGraphTDataSourceEventReceived(IDataGraphTEventsDataGraphTDataSourceEventReceivedEvent theEvent)
          Fired when graph receives an event from its data source.
 void dataGraphTLoadingStatus(IDataGraphTEventsDataGraphTLoadingStatusEvent theEvent)
          Fired when graph loading status changes.
 

Method Detail

dataGraphTChanged

void dataGraphTChanged(IDataGraphTEventsDataGraphTChangedEvent theEvent)
                       throws IOException,
                              AutomationException
Fired when graph changes.

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.

dataGraphTDataSourceEventReceived

void dataGraphTDataSourceEventReceived(IDataGraphTEventsDataGraphTDataSourceEventReceivedEvent theEvent)
                                       throws IOException,
                                              AutomationException
Fired when graph receives an event from its data source.

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.

dataGraphTLoadingStatus

void dataGraphTLoadingStatus(IDataGraphTEventsDataGraphTLoadingStatusEvent theEvent)
                             throws IOException,
                                    AutomationException
Fired when graph loading status changes.

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.