[]
        
(Showing Draft Content)

C1.WPF.Tile.ILoadable

ILoadable Interface

Specifies that this object supports loading.

Namespace: C1.WPF.Tile
Assembly: C1.WPF.Tile.4.6.2.dll
Syntax
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.

Properties

Name Description
IsLoaded

Gets the bool value determining whether object has been loaded.

Methods

Name Description
Load()

Starts synchronous or asynchronous load operation.