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)

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