SPListEvent class

NOTE: This API is now obsolete.

Represents an event that occurs within a document library. This class is maintained for backward-compatibility with event handling in Windows SharePoint Services 2.0.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPListEvent

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use V3 style events")> _
Public Class SPListEvent _
    Implements IDisposable
'Usage
Dim instance As SPListEvent
[ObsoleteAttribute("Use V3 style events")]
public class SPListEvent : IDisposable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPListEvent members

Microsoft.SharePoint namespace