|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataGraphCollectionEvents
Provides access to events that occur when the collection of graphs in the document changes.
| 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 |
|---|
void dataGraphAdded(IDataGraphCollectionEventsDataGraphAddedEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void dataGraphRemoved(IDataGraphCollectionEventsDataGraphRemovedEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void dataGraphReset(IDataGraphCollectionEventsDataGraphResetEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||