ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / ILoadable Interface
Members

In This Topic
    ILoadable Interface
    In This Topic
    Specifies that this object supports loading.
    Object Model
    ILoadable Interface
    Syntax
    'Declaration
     
    
    Public Interface ILoadable 
    public interface ILoadable 
    Remarks
    Implement this interface in your custom business object if it needs long initialization. The C1Tile control honors this interface and calls Load method in advance to preload tile data before animation. Load method might start synchronous or asynchronous load operation. If Load method returns false, C1Tile will delay animations until IsLoaded property is true.
    See Also