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 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
properties
Type: Microsoft.SharePoint.SPListEventPropertiesThe properties of the list event.
Remarks
This event is registered at the website or site collection where the list was added.