|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapSurroundEvents
Provides access to events that occur when the state of the map surrounds changes.
Method Summary | |
---|---|
void |
afterDraw(IMapSurroundEventsAfterDrawEvent theEvent)
Fired after drawing completes. |
void |
beforeDraw(IMapSurroundEventsBeforeDrawEvent theEvent)
Fired before drawing starts. |
void |
contentsChanged(IMapSurroundEventsContentsChangedEvent theEvent)
Fired when the contents of the map surround changes. |
Method Detail |
---|
void contentsChanged(IMapSurroundEventsContentsChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeDraw(IMapSurroundEventsBeforeDrawEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterDraw(IMapSurroundEventsAfterDrawEvent 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 |