| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDocumentEvents
Provides access to events that occur in ArcMap.
| Method Summary | |
|---|---|
|  void | activeViewChanged(IDocumentEventsActiveViewChangedEvent theEvent)Fired when the active view changes. | 
|  boolean | beforeCloseDocument(IDocumentEventsBeforeCloseDocumentEvent theEvent)Fired before a document is closed. | 
|  void | closeDocument(IDocumentEventsCloseDocumentEvent theEvent)Fired when a document is closed. | 
|  void | mapsChanged(IDocumentEventsMapsChangedEvent theEvent)Fired when a change is made to the map collection. | 
|  void | newDocument(IDocumentEventsNewDocumentEvent theEvent)Fired when a new document is created. | 
|  void | onContextMenu(IDocumentEventsOnContextMenuEvent theEvent)Indicates if a context menu should be displayed at the given xy location. | 
|  void | openDocument(IDocumentEventsOpenDocumentEvent theEvent)Fired when a document is opened. | 
| Method Detail | 
|---|
void activeViewChanged(IDocumentEventsActiveViewChangedEvent theEvent)
                       throws IOException,
                              AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void mapsChanged(IDocumentEventsMapsChangedEvent theEvent)
                 throws IOException,
                        AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onContextMenu(IDocumentEventsOnContextMenuEvent theEvent)
                   throws IOException,
                          AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void newDocument(IDocumentEventsNewDocumentEvent theEvent)
                 throws IOException,
                        AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void openDocument(IDocumentEventsOpenDocumentEvent theEvent)
                  throws IOException,
                         AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean beforeCloseDocument(IDocumentEventsBeforeCloseDocumentEvent theEvent)
                            throws IOException,
                                   AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void closeDocument(IDocumentEventsCloseDocumentEvent 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 | ||||||||