SPEventPropertiesBase.EventType property

Gets the type of the event.

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

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.

See also

Reference

SPEventPropertiesBase class

SPEventPropertiesBase members

Microsoft.SharePoint namespace