ComponentOne Tiles for WPF and Silverlight
ILoadable Interface
Members 

C1.WPF.Tile Namespace : ILoadable Interface
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

Reference

ILoadable Members
C1.WPF.Tile Namespace