ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1MapTilesLayer Class / TilesLoadProgress Event

In This Topic
    TilesLoadProgress Event (C1MapTilesLayer)
    In This Topic
    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