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


IMapEvents3.BeginBuildCache Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapEvents3 Interface > IMapEvents3.BeginBuildCache Event
ArcGIS Developer Help

IMapEvents3.BeginBuildCache Event

Fired when the table object changes.

[Visual Basic .NET]
Public Event BeginBuildCache As BeginBuildCacheEventHandler
[C#]
public event BeginBuildCacheEventHandler BeginBuildCache
[C++]
HRESULT BeginBuildCache(
  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