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.
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.