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.

Managed Equivalent

IsLoaded

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.

Applies To

Silverlight Plug-in

See Also

Reference