|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapEvents2
Provides access to events that occur when the state of the map changes.
The IMapEvents2 interface is exposed off the Map object, enabling clients to listen and respond to two events occurring inside a map: ActiveGraphicsLayerChanged and TableChanged.
Method Summary | |
---|---|
void |
activeGraphicsLayerChanged(IMapEvents2ActiveGraphicsLayerChangedEvent theEvent)
Fired when the active graphics layer changes. |
void |
tableChanged(IMapEvents2TableChangedEvent theEvent)
Fired when the table object changes. |
Method Detail |
---|
void tableChanged(IMapEvents2TableChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void activeGraphicsLayerChanged(IMapEvents2ActiveGraphicsLayerChangedEvent 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 |