ArcGIS Developer Help  (ESRI.ArcGIS.GlobeCore)  

BatchTileGenerationStartedEventHandler Delegate

Represents the method that handles the BatchTileGenerationStarted event.
[Visual Basic .NET]
Public Delegate Sub BatchTileGenerationStartedEventHandler ( _
    ByVal Name As String _
)
[C#]
public delegate void BatchTileGenerationStartedEventHandler (
    string Name
);