IsLoaded Property
Gets a value that indicates whether the Silverlight plug-in is loaded.
Scripting (Instantiation) |
Cannot be set during instantiation.
|
Scripting (Runtime) |
value = silverlightObject.IsLoaded
|
Property Value
Boolean
true if the Silverlight plug-in is loaded; otherwise, false.
This property is read-only. The default value is false.
Remarks
The IsLoaded property is set to true after the XAML content in the Silverlight plug-in has completely loaded, but before the OnLoad event occurs.
Applies To
See Also
Silverlight Object Models and Scripting to the Silverlight Plug-in
OnLoad