SharePoint 2013 – New Event Receiver for Groups,Users,Roles,Inheritance

SharePoint 2013 has Introduced a New and much needed Event Receiver class “SPSecurityEventReceiver” to handle events for SharePoint Groups, Users, Roles and Permission Inheritance. For detailed example see How to Create a GroupUserAdded() SPSecurityEventReceiver in SharePoint 2013

Here is the list of events that you can handle in SharePoint 2013 Preview.

You can Handle the following SharePoint Group Events -

    • GroupAdded
    • GroupAdding
    • GroupDeleted
    • GroupDeleting
    • GroupUpdated
    • GroupUpdating

You can Handle the following SharePoint User Events -

      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

You can Handle the following Inheritance Events -

    1. InheritanceBreaking
    2. InheritanceBroken
    3. InheritanceReset
    4. InheritanceResetting

Related Post – How to Create a SPSecurityEventReceiver in SharePoint 2013

Ads by google