Sys.UI.Silverlight.Control.pluginLoaded Event
[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Occurs when the Silverlight plug-in has loaded.
add_pluginLoaded: function(handler) remove_pluginLoaded: function(handler)
After the Sys.UI.Silverlight.Control object is initialized, a pluginLoaded event is raised if the Sys.UI.Silverlight.Control.source property is valid and if the Sys.UI.Silverlight.Control is able to retrieve the XAML from the .xaml file or from the XAML in the .xap file. If the Sys.UI.Silverlight.Control object is not able to retrieve the XAML, a Sys.UI.Silverlight.Control.pluginError event is raised.