com.esri.arcgis.arcmapui
Class IDocumentEventsDispActiveViewChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.arcmapui.IDocumentEventsDispActiveViewChangedEvent
All Implemented Interfaces:
Serializable

public class IDocumentEventsDispActiveViewChangedEvent
extends EventObject

Remarks

There are two different view types in ArcMap--data view and page layout view. Only one type of view can be active in the application at a time; the one with the focus is the active view. The ActiveViewChanged event occurs when the active view is changed. For example, this event is fired when ArcMap is switched from data view to page layout view or vice versa.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IDocumentEventsDispActiveViewChangedEvent(Object source)
           
 
Method Summary
 boolean getBStop()
           
 void init()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDocumentEventsDispActiveViewChangedEvent

public IDocumentEventsDispActiveViewChangedEvent(Object source)
Method Detail

init

public void init()

getBStop

public final boolean getBStop()