SPFieldLookup.OnUpdated method
Handles the event that occurs after changes are made to a field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub OnUpdated
'Usage
Dim instance As SPFieldLookup
instance.OnUpdated()
public override void OnUpdated()
Remarks
Use this method to provide custom field type logic that runs when the custom field schema is changed.