Silverlight.OnPluginLoaded Property
Gets or sets the name of the client JavaScript function (event handler) that is called when the Silverlight plug-in is loaded.
Namespace: System.Web.UI.SilverlightControls
Assembly: System.Web.Silverlight (in System.Web.Silverlight.dll)
Syntax
'Declaration
<BindableAttribute(True)> _
Public Overridable Property OnPluginLoaded As String
Get
Set
'Usage
Dim instance As Silverlight
Dim value As String
value = instance.OnPluginLoaded
instance.OnPluginLoaded = value
[BindableAttribute(true)]
public virtual string OnPluginLoaded { get; set; }
Property Value
Type: System.String
The name of the JavaScript function that is called when the Silverlight plug-in is loaded.
Remarks
The Sys.UI.Silverlight.Control.pluginLoaded client event occurs at runtime when the plug-in has loaded.
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also
Reference
System.Web.UI.SilverlightControls Namespace