SPField.OnUpdated Method
Occurs after changes are made to a field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Overridable Sub OnUpdated
Dim instance As SPField
instance.OnUpdated()
public virtual void OnUpdated()
Remarks
The OnUpdated method allows you to provide custom field type logic that runs when the custom field schema is changed.