SPEventPropertiesBase.EventType Property
Gets the type of the event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property EventType As SPEventReceiverType
Get
Protected Set
'Usage
Dim instance As SPEventPropertiesBase
Dim value As SPEventReceiverType
value = instance.EventType
instance.EventType = value
public SPEventReceiverType EventType { get; protected set; }
Property Value
Type: Microsoft.SharePoint.SPEventReceiverType
Returns a SPEventReceiverType object representing the event type.