SPListEventReceiver.ListAdded Method

Handles the event that is raised after a list is added to a website.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overridable Sub ListAdded ( _
    properties As SPListEventProperties _
)
'Usage
Dim instance As SPListEventReceiver
Dim properties As SPListEventProperties

instance.ListAdded(properties)
public virtual void ListAdded(
    SPListEventProperties properties
)

Parameters

Remarks

This event is registered at the website or site collection where the list was added.

See Also

Reference

SPListEventReceiver Class

SPListEventReceiver Members

Microsoft.SharePoint Namespace