ComponentOne Tiles for WPF and Silverlight
Unregister Method (C1TileService)

C1.WPF.Tile Namespace > C1TileService Class : Unregister Method
The C1TileBase object to unregister.
Unregisters the C1TileBase object in the service.
Syntax
'Declaration
 
Public Shared Sub Unregister( _
   ByVal tile As C1TileBase _
) 
public static void Unregister( 
   C1TileBase tile
)

Parameters

tile
The C1TileBase object to unregister.
Remarks
Usually, you don't need to call this method directly, the C1TileBase control does this at unloading.
See Also

Reference

C1TileService Class
C1TileService Members