ModernContentHasLoaded Property  | 
 
            Gets or Sets a value indicates if the Load operation is done for this control. you need to pass manually this indicator to True once initialization has done.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxprotected bool HasLoaded { get; set; }Protected Property HasLoaded As Boolean
	Get
	Set
protected:
property bool HasLoaded {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also