SPListEvent.Type Property

NOTE: This API is now obsolete.

Gets the type of an event that occurs in a document library.

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

Syntax

'Declaration
<ObsoleteAttribute("Use V3 style events")> _
Public ReadOnly Property Type As SPListEventType
    Get
'Usage
Dim instance As SPListEvent
Dim value As SPListEventType

value = instance.Type
[ObsoleteAttribute("Use V3 style events")]
public SPListEventType Type { get; }

Property Value

Type: Microsoft.SharePoint.SPListEventType
An SPListEventType value that indicates the type of event.

See Also

Reference

SPListEvent Class

SPListEvent Members

Microsoft.SharePoint Namespace