SPEventReceiverDefinition.Update Method

Updates the data associated with the event receiver registration.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Sub Update
'Usage
Dim instance As SPEventReceiverDefinition

instance.Update()
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public void Update()

Remarks

Event handlers are registered at the site or site collection level.

See Also

Reference

SPEventReceiverDefinition Class

SPEventReceiverDefinition Members

Microsoft.SharePoint Namespace

FetchEventReceivers(Int32, Object)

Other Resources

Event Registrations