DateTimeControl.OnValueChangeClientScript Property
Gets or sets the text of an OnValueChange script.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property OnValueChangeClientScript As String
Get
Set
'Usage
Dim instance As DateTimeControl
Dim value As String
value = instance.OnValueChangeClientScript
instance.OnValueChangeClientScript = value
public string OnValueChangeClientScript { get; set; }
Property Value
Type: System.String
A string that represents the script text.