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

instance.OnUpdated()
public override void OnUpdated()

Remarks

This override updates the auxiliary fields and the schema XML of this field.

See also

Reference

SPBusinessDataField class

SPBusinessDataField members

Microsoft.SharePoint namespace