New Event Receivers in SharePoint 2013

Leave a Comment
Hi All,

In the following post,We will see the new Event Receivers introduced in SharePoint 2013.

An event receiver is custom class to be called when a triggering action such as adding, updating, deleting, moving, checking in, and checking out occurs on a specified SharePoint object such as site collections, sites, lists, and workflows.
SharePoint 2013 introduced a new event receiver class called SPSecurityEventReceiver.
The custom event receiver class must derive from SPSecurityEventReceiver

Group User and Role Event Receivers:


Si No
Event Receiver
1
GroupUserAdded
2
GroupUserAdding
3
GroupUserDeleted
4
GroupUserDeleting
5
RoleAssignmentAdded
6
RoleAssignmentAdding
7
RoleAssignmentDeleted
8
RoleAssignmentDeleting
9
RoleDefinitionAdded
10
RoleDefinitionAdding
11
RoleDefinitionDeleted
12
RoleDefinitionDeleting
13
RoleDefinitionUpdated
14
RoleDefinitionUpdating

Group Event Receivers:

Si No
Event Receiver
1
GroupAdded
2
GroupAdding
3
GroupDeleted
4
GroupDeleting
5
GroupUpdated
6
GroupUpdating
Permission Inheritance Event Receivers:

Si No
Event Receiver
1
InheritanceBreaking
2
InheritanceBroken
3
InheritanceReset
4
InheritanceResetting

Related Post

0 comments:

Post a Comment