ArcObjects Library Reference (PublisherControls)  

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