ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileBase Class / OnLoaded Method

In This Topic
    OnLoaded Method
    In This Topic
    Registers the current C1TileBase object in the C1TileService to enable timing updates.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnLoaded() 
    protected virtual void OnLoaded()
    See Also