[]
        
(Showing Draft Content)

C1.WPF.Tile.C1TileService.Unregister

Unregister Method

Unregister(C1TileBase)

Unregisters the C1TileBase object in the service.

Declaration
public static void Unregister(C1TileBase tile)
Public Shared Sub Unregister(tile As C1TileBase)
Parameters
Type Name Description
C1TileBase tile

The C1TileBase object to unregister.

Remarks

Usually, you don't need to call this method directly, the C1TileBase control does this at unloading.