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


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

EndBuildCacheEventHandler Delegate

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