This document is archived and information here might be outdated.  Recommended version.


IARControlEvents.OnFocusARMapChanged Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControlEvents Interface > IARControlEvents.OnFocusARMapChanged Event
ArcGIS Developer Help

IARControlEvents.OnFocusARMapChanged Event

Fires when the current focus map is changed to a new map.

[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:

See Also

IARControlEvents Interface