Class element (Event)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains the name of the class that implements the event receiver.
Definition
<Class>
</Class>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elements
None
Parent elements
Occurrences
Minimum: 0 Maximum: 1 |
Remarks
The Class element contains the fully qualified name of the class in the following format:
MS.MyNameSpace.MyEventHandlerClass
Example
For an example of how this element is used, see Event Registrations.