Sys.UI.Silverlight.Control.pluginLoaded Event

Occurs when the Silverlight plug-in has loaded.

Syntax

add_pluginLoaded: function(handler)
remove_pluginLoaded: function(handler)

Usage

exampleControl.add_pluginLoaded(handler);
exampleControl.remove_pluginLoaded(handler);

Parameter

Definition

handler

The event handler to add or remove.

Return Value

None.

Remarks

This topic is ASP.NET Extensions documentation and is unsupported by Microsoft. Blank topics are included as placeholders and existing content is subject to change in future releases.