Assembly Element (Event)

Applies to: SharePoint Foundation 2010

Contains the strong name of the assembly to use to handle events through the receiver.

<Assembly>
</Assembly>

Attributes

Attribute

Description

None

N/A

Child Elements

None

Parent Elements

Receiver

Occurrences

Minimum: 0

Maximum: 1

Remarks

The Assembly element contains a string in the following format:

MyEventHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=10b23036c9b36d6d

Example

For an example of how this element is used, see Event Registrations.