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


BeginBuildCacheEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

BeginBuildCacheEventHandler Delegate

Represents the method that handles the BeginBuildCache event.
[Visual Basic .NET]
Public Delegate Sub BeginBuildCacheEventHandler ( _
    ByVal Map As IMap _
)
[C#]
public delegate void BeginBuildCacheEventHandler (
    IMap Map
);