Silverlight.OnPluginResized Property

Gets or sets the name of the client JavaScript function (event handler) that is called when the Silverlight plug-in is resized.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
<BindableAttribute(True)> _
Public Overridable Property OnPluginResized As String
    Get
    Set
'Usage
Dim instance As Silverlight
Dim value As String

value = instance.OnPluginResized

instance.OnPluginResized = value
[BindableAttribute(true)]
public virtual string OnPluginResized { get; set; }

Property Value

Type: System.String
The name of the JavaScript function that is called when the Silverlight plug-in is resized.

Remarks

The Sys.UI.Silverlight.Control.pluginResized client event occurs at runtime after the Sys.UI.Silverlight.Control.pluginLoaded client event and when the plug-in size has changed.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Silverlight Class

Silverlight Members

System.Web.UI.SilverlightControls Namespace

Other Resources

Sys.UI.Silverlight.Control.onPluginResized Method

Sys.UI.Silverlight.Control.pluginResized Event