Enum EventReceiverType
Specifies the type of event that is handled by the event receiver.
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public enum EventReceiverType : int
Specifies the type of event that is handled by the event receiver.
public enum EventReceiverType : int
Event that occurs after an app is installed.
Event that occurs before an app is uninstalled.
Event that occurs after an app is upgraded.
Identifies workflow event receivers, and is therefore not a true event type.
Event that occurs after a list receives an e-mail message.
Event that occurs when an instance of an external content type has been added.
Event that occurs when an instance of an external content type has been deleted.
Event that occurs when an instance of an external content type has been updated.
Event that occurs after a field has been added.
Event that occurs before a field is added to a list.
Event that occurs after a field has been removed.
Event that occurs before a field is removed from a list.
Event that occurs after a field has been updated.
Event that occurs before a field is updated.
Event that occurs happens after a security group is added.
Event that occurs before a security group is added.
Event that occurs after a security group is deleted.
Event that occurs before a security group is deleted.
Event that occurs after a security group is updated.
Event that occurs before a security group is updated.
Event that occurs after a user is added to a security group.
Event that occurs before a user is added to a security group.
Event that occurs after a user is deleted from a security group.
Event that occurs before a user is deleted from a security group.
Event that occurs before an inheritance is broken.
Event that occurs after an inheritance is broken.
Event that occurs after an inheritance is restored.
Event that occurs before an inheritance is restored.
Indicates that an invalid event receiver type has been specified.
Event that occurs after an item has been added.
Event that occurs before an item has been added.
Event that occurs after an attachment has been added to the item.
Event that occurs before an attachment has been added to an item.
Event that occurs after an attachment has been removed from the item.
Event that occurs before an attachment has been removed from the item.
Event that occurs after an item has been checked in.
Event that occurs after an item has been checked out.
Event that occurs before an item has been checked in.
Event that occurs before an item is checked out.
Event that occurs after an item has been deleted.
Event that occurs before an item is deleted
Event that occurs after a file is transformed from one type to another.
Event that occurs after a file has been moved.
Event that occurs before a file is moved.
Event that occurs after an item has been unchecked out.
Event that occurs before an item is unchecked out.
Event that occurs after an item has been updated.
Event that occurs before an item is updated.
Event that occurs after a document version is deleted.
Event that occurs before a document version is deleted.
Event that occurs after a list has been created.
Event that occurs before a list is created.
Event that occurs after a list has been deleted.
Event that occurs before a list is deleted.
Event that occurs after a role assignment is added.
Event that occurs before a role assignment is added.
Event that occurs after a role definition is deleted.
Event that occurs before a role assignment is deleted.
Event that occurs after a role definition is added.
Event that occurs before a role definition is added.
Event that occurs after a role definition is deleted.
Event that occurs before a role definition is deleted.
Event that occurs after a role definition is updated.
Event that occurs before a role definition is updated.
Event that occurs after a site collection has been deleted.
Event that occurs before a site collection is deleted.
Event that occurs before a new site is created.
Event that occurs after a site has been deleted.
Event that occurs before a site is deleted.
Event that occurs after a site URL has been changed.
Event that occurs before a site URL has been changed.
Event that occurs after a new site has been created, but before that new site is provisioned.
Event that occurs after a workflow has completed running.
Event that occurs after a workflow has been postponed.
Event that occurs after a workflow has started running.
Event that occurs before a workflow starts running