ArcGIS Developer Help  (ESRI.ArcGIS.Carto)  

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
);