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


IActiveViewEvents.FocusMapChanged Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActiveViewEvents Interface > IActiveViewEvents.FocusMapChanged Event
ArcGIS Developer Help

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