Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 2.35 KB

eventreceivers-element-deploymentmanifestspweb.md

File metadata and controls

70 lines (46 loc) · 2.35 KB
title manager ms.date description ms.audience ms.topic ms.localizationpriority ms.assetid
EventReceivers Element (DeploymentManifest - SPWeb)
soliver
06/13/2022
Describes EventReceivers Element (DeploymentManifest - SPWeb) and includes information on elements and attributes.
Developer
reference
medium
e513a1ac-6367-452f-b039-b1d404e6573e

EventReceivers Element (DeploymentManifest - SPWeb)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents a SharePoint event receiver object container or collection (SPEventReceiverDefinitionCollection) for implementing event handling on SharePoint Web (SPWeb) objects.

Definition

DECLARATION
<xs:element name="EventReceivers"
        type="SPEventReceiverDefinitionCollection"
        minOccurs="0" maxOccurs="1"
/>
USAGE
<Web>
        <EventReceivers>
                <EventReceiver />
        </EventReceivers>
</Web>

Type

SPEventReceiverDefinitionCollection

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

EventReceiver Element (DeploymentManifest)

Parent elements

Web Element (DeploymentManifest)

Remarks

This element is one of four EventReceivers elements; each derives from a different element hierarchy, as follows:

See also