FormField.ValueChangedHandler property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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