Silverlight
IsLoaded (Silverlight Plug-in Object)
Gets a value that indicates whether the Silverlight plug-in is loaded and has loaded all initial content.
Syntax
object Element
Not applicable. This property is not settable on instantiation.
Silverlight.js
Not applicable. This property is not settable on instantiation.
JavaScript
silverlightObject.IsLoaded = bool;
COM
IXcpControl::IsLoaded
Managed Code
Property Value
true if the Silverlight plug-in is loaded and has loaded all initial content; otherwise, false. The default value is false.
Remarks
The IsLoaded property is set to true after the content in the Silverlight plug-in has completely loaded, immediately before the DOM Loaded event (as handled by OnLoad occurs.
See Also