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


IActiveViewEvents.FocusMapChanged Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IActiveViewEvents.FocusMapChanged Event

Fired when a new map is made active.

[Visual Basic .NET]
Public Event FocusMapChanged As FocusMapChangedEventHandler
[C#]
public event FocusMapChangedEventHandler FocusMapChanged
[C++]
HRESULT FocusMapChanged(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IActiveViewEvents Interface