SPSecurityEventReceiver members
SharePoint 2013
Provides methods to trap events that are raised for security. A customer security event receiver class must derive from this class and overrides the methods for the event types it handles.
The SPSecurityEventReceiver type exposes the following members.
| Name | Description | |
|---|---|---|
|
SPSecurityEventReceiver | Initializes a new instance of the SPSecurityEventReceiver class. |
| Name | Description | |
|---|---|---|
|
EventFiringDisabled | Obsolete. Boolean property that announces whether event firing is currently enabled or disabled. (Inherited from SPEventReceiverBase.) |
|
EventFiringEnabled | Gets or sets a value that indicates whether event firing is enabled. (Inherited from SPEventReceiverBase.) |
| Name | Description | |
|---|---|---|
|
DisableEventFiring | Obsolete. Prevents events from being raised. (Inherited from SPEventReceiverBase.) |
|
EnableEventFiring | Obsolete. Enables events to be raised. (Inherited from SPEventReceiverBase.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
GroupAdded | Specifies an event that occurs after a security group is added. |
|
GroupAdding | Specifies an event that occurs before a security group is added. |
|
GroupDeleted | Specifies an event that occurs after a security group is deleted. |
|
GroupDeleting | Specifies an event that occurs before a security group is deleted. |
|
GroupUpdated | Specifies an event that occurs after a security group is updated. |
|
GroupUpdating | Specifies an event that occurs before a security group is updated. |
|
GroupUserAdded | Specifies an event that occurs after a user is added to a security group. |
|
GroupUserAdding | Specifies an event that occurs before a user is added to a security group. |
|
GroupUserDeleted | Specifies an event that occurs after a user is deleted from a security group. |
|
GroupUserDeleting | Specifies an event that occurs before a user is deleted from a security group. |
|
InheritanceBreaking | Specifies an event that occurs before an inheritance is broken. |
|
InheritanceBroken | Specifies an event that occurs after an inheritance is broken. |
|
InheritanceReset | Specifies an event that occurs after the role inheritance is restored. |
|
InheritanceResetting | Specifies an event that occurs before the role inheritance is restored. |
|
MemberwiseClone | (Inherited from Object.) |
|
RoleAssignmentAdded | Specifies an event that occurs after a role assignment is added. |
|
RoleAssignmentAdding | Specifies an event that occurs before a role assignment is added. |
|
RoleAssignmentDeleted | Specifies an event that occurs after a role assignment is deleted. |
|
RoleAssignmentDeleting | Specifies an event that occurs before a role assignment is deleted. |
|
RoleDefinitionAdded | Specifies an event that occurs after a role definition is added. |
|
RoleDefinitionAdding | Specifies an event that occurs before a role definition is added. |
|
RoleDefinitionDeleted | Specifies an event that occurs after a role definition is deleted. |
|
RoleDefinitionDeleting | Specifies an event that occurs before a role definition is deleted. |
|
RoleDefinitionUpdated | Specifies an event that occurs after a role definition is updated. |
|
RoleDefinitionUpdating | Specifies an event that occurs before a role definition is updated. |
|
ToString | (Inherited from Object.) |