EventReceiverDefinition.EventType property
Gets the types of events that can be handled by event receivers.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EventType As EventReceiverType
Get
'Usage
Dim instance As EventReceiverDefinition
Dim value As EventReceiverType
value = instance.EventType
public EventReceiverType EventType { get; }
Property value
Type: Microsoft.SharePoint.Client.EventReceiverType
The types of events.