This topic has not yet been rated - Rate this topic

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)
exampleControl.add_pluginLoaded(handler);
exampleControl.remove_pluginLoaded(handler);

Parameter

Definition

handler

The event handler to add or remove.

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.

Did you find this helpful?
(1500 characters remaining)