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

In This Topic
    OnUnloaded Method
    In This Topic
    Unregisters the current C1TileBase object in the C1TileService to disable tile updates.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnUnloaded() 
    protected virtual void OnUnloaded()
    See Also