Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the event that occurs after a field link is added.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overridable Sub FieldAdded ( _
properties As SPListEventProperties _
)
'Usage
Dim instance As SPListEventReceiver
Dim properties As SPListEventProperties
instance.FieldAdded(properties)
public virtual void FieldAdded(
SPListEventProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPListEventPropertiesThe properties of the list event.
Remarks
The FieldAdded event is not raised when a field is added by adding a content type to the list.