com.esri.arcgis.arcmapui
Class IDocumentEventsDispActiveViewChangedEvent
java.lang.Object
java.util.EventObject
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
IDocumentEventsDispActiveViewChangedEvent
public IDocumentEventsDispActiveViewChangedEvent(Object source)
init
public void init()
getBStop
public final boolean getBStop()