FormField.ValueChangedHandler Property
The handler for the event EventValueChanged of the field control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ValueChangedHandler As EventHandler
Get
'Usage
Dim instance As FormField
Dim value As EventHandler
value = instance.ValueChangedHandler
public EventHandler ValueChangedHandler { get; }
Property Value
Type: System.EventHandler
An event handler representing the changed event value.