ComponentOne Maps for WPF and Silverlight
TilesLoadProgress Event (C1MapTilesLayer)

C1.WPF.Maps Namespace > C1MapTilesLayer Class : TilesLoadProgress Event
Fires when the number of tiles that need to be loaded changes. Only fires when using native tiles mode.
Syntax
'Declaration
 
Public Event TilesLoadProgress As System.EventHandler(Of TilesLoadProgressEventArgs)
public event System.EventHandler<TilesLoadProgressEventArgs> TilesLoadProgress
Event Data

The event handler receives an argument of type TilesLoadProgressEventArgs containing data related to this event. The following TilesLoadProgressEventArgs properties provide information specific to this event.

PropertyDescription
Gets the number of tiles that remain to be loaded.  
See Also