|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerEvents
Provides access to events that occur when layer visibility changes.
This
interface has an event that is triggered when the visibility of a
layer changes. This happens if the layer is turned on (checked) or
off (unchecked) in the table of contents, or if the
Visible checkbox is checked on or off in the layer
properties dialog. This event is not triggered from
visibility changes related to the layer minimum or maximum scale
range properties.
Method Summary | |
---|---|
void |
visibilityChanged(ILayerEventsVisibilityChangedEvent theEvent)
Occurs when layer visibility changes. |
Method Detail |
---|
void visibilityChanged(ILayerEventsVisibilityChangedEvent 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 |