Click or drag to resize

BasicWindowHasLoaded Property

Gets or Sets the value to indicate if all components and loading logics has done.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public bool HasLoaded { get; set; }

Property Value

Type: Boolean
Remarks
You should manually set HasLoaded = true after initializing all sub contents.
See Also