This topic has not yet been rated - Rate this topic

SPField.OnAdded method

Handles the event that occurs after a field is added.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public virtual void OnAdded(
	SPAddFieldOptions op
)

Parameters

op
Type: Microsoft.SharePoint.SPAddFieldOptions
One of the enumeration values to specify an option that is implemented after the field is created.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.