Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.