SilverlightPlugin.OnSourceDownloadCompleted Property
Gets or sets the name of the client JavaScript function (event handler) that is called when the plug-in source has been completely downloaded.
Namespace: System.Web.UI.SilverlightControls
Assembly: System.Web.Silverlight (in System.Web.Silverlight.dll)
Syntax
'Declaration
Public Overridable Property OnSourceDownloadCompleted As String
Get
Set
'Usage
Dim instance As SilverlightPlugin
Dim value As String
value = instance.OnSourceDownloadCompleted
instance.OnSourceDownloadCompleted = value
public virtual string OnSourceDownloadCompleted { get; set; }
Property Value
Type: System.String
The name of the JavaScript function that is called when the plug-in source has been completely downloaded.
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.