ArcGIS Developer Help  (ESRI.ArcGIS.Carto)  

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