SP.EventReceiverDefinitionCreationInformation object

Specifies event receiver creation information.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.EventReceiverDefinitionCreationInformation()

Members

The EventReceiverDefinitionCreationInformation object has the following members.

Properties

The EventReceiverDefinitionCreationInformation object has the following properties.

Property

Description

eventType

Specifies the type of event as specified by SP.EventReceiverType enumeration.

receiverAssembly

Specifies the strong name of the assembly that is used for receiving events.

receiverClass

Specifies a string that represents the class that is used for receiving events.

receiverName

Specifies the name of the event receiver.

receiverUrl

Specifies the URL of a web service that is used for receiving events.

sequenceNumber

Specifies an integer that represents the relative sequence of the event.

synchronization

Specifies the execution synchronization of the event receiver.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.