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


IMapEvents3.EndBuildCache Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapEvents3.EndBuildCache Event

Fired when the active graphics layer changes.

[Visual Basic .NET]
Public Event EndBuildCache As EndBuildCacheEventHandler
[C#]
public event EndBuildCacheEventHandler EndBuildCache
[C++]
HRESULT EndBuildCache(
  IMap* Map
);
[C++]

Parameters Map [in]
Map is a parameter of type IMap

Product Availability

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

See Also

IMapEvents3 Interface