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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.