SPField.OnAdded method

Handles the event that occurs after a field is added.

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

Syntax

public virtual void OnAdded(
    SPAddFieldOptions op
)

Parameters

Remarks

Use this method in a derived class to provide custom logic when a field is added.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace