Silverlight.OnPluginSourceDownloadProgressChanged Property
Gets or sets the name of the client JavaScript function (event handler) that is called when the plug-in source download progress changes.
Namespace: System.Web.UI.SilverlightControls
Assembly: System.Web.Silverlight (in System.Web.Silverlight.dll)
Syntax
'Declaration
<BindableAttribute(True)> _
Public Overridable Property OnPluginSourceDownloadProgressChanged As String
Get
Set
'Usage
Dim instance As Silverlight
Dim value As String
value = instance.OnPluginSourceDownloadProgressChanged
instance.OnPluginSourceDownloadProgressChanged = value
[BindableAttribute(true)]
public virtual string OnPluginSourceDownloadProgressChanged { get; set; }
Property Value
Type: System.String
The name of the JavaScript function that is called when a change occurs in the progress of the plug-in source download.
Remarks
The Sys.UI.Silverlight.Control.pluginSourceDownloadProgressChanged client event occurs for progressive downloads, typically occurring more than one time.
The pluginSourceDownloadProgressChanged event occurs at runtime whenever the amount of total content downloaded increases by 0.05 or more (as a factor of 1.0, which indicates completion), or reaches 1.0.
When the plug-in finishes downloading, the Sys.UI.Silverlight.Control.pluginSourceDownloadComplete client event occurs.
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
OnPluginSourceDownloadComplete
Other Resources
Sys.UI.Silverlight.Control.pluginSourceDownloadComplete Event
Sys.UI.Silverlight.Control.pluginSourceDownloadProgressChanged Event