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)

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