SilverlightPlugin.OnResized 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
Public Overridable Property OnResized As String
    Get
    Set
'Usage
Dim instance As SilverlightPlugin
Dim value As String

value = instance.OnResized

instance.OnResized = value
public virtual string OnResized { get; set; }

Property Value

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

Platforms

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

See Also

Reference

SilverlightPlugin Class

SilverlightPlugin Members

System.Web.UI.SilverlightControls Namespace