Fires when the current focus map is changed to a new map.
[Visual Basic 6.0] Event OnFocusARMapChanged(
ByVal pNewFocusMap As IARMap _
) As Empty
[Visual Basic .NET] Public Event OnFocusARMapChanged As OnFocusARMapChangedEventHandler
[C#] public event OnFocusARMapChangedEventHandler OnFocusARMapChanged
Product Availability
Available with ArcGIS Desktop. Requires Publisher Extension.
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.