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