EntityEditor.OnValueChangedClientScript Property
Gets or sets a value that represents the client-side script, which is intended to be executed whenever the control value changes.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property OnValueChangedClientScript As String
Get
Set
'Usage
Dim instance As EntityEditor
Dim value As String
value = instance.OnValueChangedClientScript
instance.OnValueChangedClientScript = value
public string OnValueChangedClientScript { get; set; }
Property Value
Type: System.String
A string that contains the client-side script.