SPField.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 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.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace