ComponentOne Maps for UWP
TilesLoadProgress Event (C1Maps)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1Maps 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 EventHandler(Of TilesLoadProgressEventArgs)
public event 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