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.
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 Overridable Sub OnUpdated
'Usage
Dim instance As SPField
instance.OnUpdated()
public virtual void OnUpdated()
Remarks
Use this method in a derived class to provide custom logic when the custom field schema is changed.