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