SPSecurityEventReceiver members

Provides methods to trap security-related events at the site or site collection level. To create a custom event receiver class you must derive from this class and overrides the methods.

The SPSecurityEventReceiver type exposes the following members.

Constructors

  Name Description
Public method SPSecurityEventReceiver Initializes a new instance of the SPSecurityEventReceiver class.

Top

Properties

  Name Description
Protected property EventFiringDisabled Obsolete. Boolean property that announces whether event firing is currently enabled or disabled. (Inherited from SPEventReceiverBase.)
Protected property EventFiringEnabled Gets or sets a value that indicates whether event firing is enabled. (Inherited from SPEventReceiverBase.)

Top

Methods

  Name Description
Protected method DisableEventFiring Obsolete. Prevents events from being raised. (Inherited from SPEventReceiverBase.)
Protected method EnableEventFiring Obsolete. Enables events to be raised. (Inherited from SPEventReceiverBase.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GroupAdded Specifies an event that occurs after a security group is added.
Public method GroupAdding Specifies an event that occurs before a security group is added.
Public method GroupDeleted Specifies an event that occurs after a security group is deleted.
Public method GroupDeleting Specifies an event that occurs before a security group is deleted.
Public method GroupUpdated Specifies an event that occurs after a security group is updated.
Public method GroupUpdating Specifies an event that occurs before a security group is updated.
Public method GroupUserAdded Specifies an event that occurs after a user is added to a security group.
Public method GroupUserAdding Specifies an event that occurs before a user is added to a security group.
Public method GroupUserDeleted Specifies an event that occurs after a user is deleted from a security group.
Public method GroupUserDeleting Specifies an event that occurs before a user is deleted from a security group.
Public method InheritanceBreaking Specifies an event that occurs before an inheritance is broken.
Public method InheritanceBroken Specifies an event that occurs after an inheritance is broken.
Public method InheritanceReset Specifies an event that occurs after the role inheritance is restored.
Public method InheritanceResetting Specifies an event that occurs before the role inheritance is restored.
Protected method MemberwiseClone (Inherited from Object.)
Public method RoleAssignmentAdded Specifies an event that occurs after a role assignment is added.
Public method RoleAssignmentAdding Specifies an event that occurs before a role assignment is added.
Public method RoleAssignmentDeleted Specifies an event that occurs after a role assignment is deleted.
Public method RoleAssignmentDeleting Specifies an event that occurs before a role assignment is deleted.
Public method RoleDefinitionAdded Specifies an event that occurs after a role definition is added.
Public method RoleDefinitionAdding Specifies an event that occurs before a role definition is added.
Public method RoleDefinitionDeleted Specifies an event that occurs after a role definition is deleted.
Public method RoleDefinitionDeleting Specifies an event that occurs before a role definition is deleted.
Public method RoleDefinitionUpdated Specifies an event that occurs after a role definition is updated.
Public method RoleDefinitionUpdating Specifies an event that occurs before a role definition is updated.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPSecurityEventReceiver class

Microsoft.SharePoint namespace