SPListEvent.Type Property

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

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

Syntax

Public ReadOnly Property Type As SPListEventType
    Get

Dim instance As SPListEvent
Dim value As SPListEventType

value = instance.Type
public SPListEventType Type { get; }

Property Value

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

Remarks

For more information about document library events, see Walkthrough: Handling Document Library Events.

See Also

Reference

SPListEvent Class

SPListEvent Members

Microsoft.SharePoint Namespace