com.esri.arcgis.controls
Class IARControlEventsOnFocusARMapChangedEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       com.esri.arcgis.controls.IARControlEventsOnFocusARMapChangedEvent
com.esri.arcgis.controls.IARControlEventsOnFocusARMapChangedEvent
- All Implemented Interfaces: 
- Serializable
- public class IARControlEventsOnFocusARMapChangedEvent 
- extends EventObject
Description
 The OnFocusARMapChanged event is triggered whenever a new ARMap is made the IARPageLayout::FocusARMap. A number of situations may cause the focus map to change:
- the user interactively sets the focus map by choosing ‘Activate’ on the context menu when right clicking on a map in the Table of Contents. 
- the user interactively clicks on a map within a page layout. 
- the IARPageLayout::FocusARMap property is set explicitly. 
Product Availability
 Available with ArcGIS Desktop. Requires Publisher Extension.
- See Also:
- Serialized Form
 
 
 
 
 
 
IARControlEventsOnFocusARMapChangedEvent
public IARControlEventsOnFocusARMapChangedEvent(Object source)
init
public void init(IARMap pNewFocusMap)
- 
 
getPNewFocusMap
public final IARMap getPNewFocusMap()
-