Skip to main content
Version: 1.0.0-preview.34

Velaptor.Content.IContentLoadable

Velaptor

Velaptor.Content

IContentLoadable Interface

Provides the ability to load content.

public interface IContentLoadable

Derived
ControlBase
IControl

Properties

IsLoaded

Gets a value indicating whether or not the content for an object is loaded.

bool IsLoaded { get; }

Property Value

System.Boolean

Methods

LoadContent()

Loads the content for an object.

void LoadContent();

UnloadContent()

Unloads the content for an object.

void UnloadContent();