SP へEventReceiverDefinitionCreationInformation オブジェクト (sp.js)

Specifies event receiver creation information.

**適用対象:**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 列挙 (sp.js).

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

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。