SPBusinessDataField.OnAdded method

Handles the event that occurs after a field is added and applies the specified options.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Sub OnAdded ( _
    op As SPAddFieldOptions _
)
'Usage
Dim instance As SPBusinessDataField
Dim op As SPAddFieldOptions

instance.OnAdded(op)
public override void OnAdded(
    SPAddFieldOptions op
)

Parameters

Remarks

This override creates the necessary auxiliary fields and constructs schema XML with information about the fields.

See also

Reference

SPBusinessDataField class

SPBusinessDataField members

Microsoft.SharePoint namespace