IsLoaded
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a value that indicates whether the Silverlight plug-in is loaded.
value = silverlightObject.IsLoaded
Property Value
Type: 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, immediately before the OnLoad event occurs.