This example shows how to visualize the progress of loading image tiles using a progress bar.
To accomplish this task, handle the ImageTilesLayer.RequestDataLoading event and specify how the progress bar should be updated using the UpdateProgressBar method. Then, handle the LayerBase.DataLoaded event to specify the final state of the progress bar when the data load is finished.