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.
Specifies the type of event as specified by EventReceiverType.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property EventType As EventReceiverType
Get
Set
'Usage
Dim instance As EventReceiverDefinitionCreationInformation
Dim value As EventReceiverType
value = instance.EventType
instance.EventType = value
public EventReceiverType EventType { get; set; }
Property value
Type: Microsoft.SharePoint.Client.EventReceiverType
See also
Reference
EventReceiverDefinitionCreationInformation class