Search Results for

    Show / Hide Table of Contents

    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

    AppInstalled

    Event that occurs after an app is installed.

    AppUninstalling

    Event that occurs before an app is uninstalled.

    AppUpgraded

    Event that occurs after an app is upgraded.

    ContextEvent

    Identifies workflow event receivers, and is therefore not a true event type.

    EmailReceived

    Event that occurs after a list receives an e-mail message.

    EntityInstanceAdded

    Event that occurs when an instance of an external content type has been added.

    EntityInstanceDeleted

    Event that occurs when an instance of an external content type has been deleted.

    EntityInstanceUpdated

    Event that occurs when an instance of an external content type has been updated.

    FieldAdded

    Event that occurs after a field has been added.

    FieldAdding

    Event that occurs before a field is added to a list.

    FieldDeleted

    Event that occurs after a field has been removed.

    FieldDeleting

    Event that occurs before a field is removed from a list.

    FieldUpdated

    Event that occurs after a field has been updated.

    FieldUpdating

    Event that occurs before a field is updated.

    GroupAdded

    Event that occurs happens after a security group is added.

    GroupAdding

    Event that occurs before a security group is added.

    GroupDeleted

    Event that occurs after a security group is deleted.

    GroupDeleting

    Event that occurs before a security group is deleted.

    GroupUpdated

    Event that occurs after a security group is updated.

    GroupUpdating

    Event that occurs before a security group is updated.

    GroupUserAdded

    Event that occurs after a user is added to a security group.

    GroupUserAdding

    Event that occurs before a user is added to a security group.

    GroupUserDeleted

    Event that occurs after a user is deleted from a security group.

    GroupUserDeleting

    Event that occurs before a user is deleted from a security group.

    InheritanceBreaking

    Event that occurs before an inheritance is broken.

    InheritanceBroken

    Event that occurs after an inheritance is broken.

    InheritanceReset

    Event that occurs after an inheritance is restored.

    InheritanceResetting

    Event that occurs before an inheritance is restored.

    InvalidReceiver

    Indicates that an invalid event receiver type has been specified.

    ItemAdded

    Event that occurs after an item has been added.

    ItemAdding

    Event that occurs before an item has been added.

    ItemAttachmentAdded

    Event that occurs after an attachment has been added to the item.

    ItemAttachmentAdding

    Event that occurs before an attachment has been added to an item.

    ItemAttachmentDeleted

    Event that occurs after an attachment has been removed from the item.

    ItemAttachmentDeleting

    Event that occurs before an attachment has been removed from the item.

    ItemCheckedIn

    Event that occurs after an item has been checked in.

    ItemCheckedOut

    Event that occurs after an item has been checked out.

    ItemCheckingIn

    Event that occurs before an item has been checked in.

    ItemCheckingOut

    Event that occurs before an item is checked out.

    ItemDeleted

    Event that occurs after an item has been deleted.

    ItemDeleting

    Event that occurs before an item is deleted

    ItemFileConverted

    Event that occurs after a file is transformed from one type to another.

    ItemFileMoved

    Event that occurs after a file has been moved.

    ItemFileMoving

    Event that occurs before a file is moved.

    ItemUncheckedOut

    Event that occurs after an item has been unchecked out.

    ItemUncheckingOut

    Event that occurs before an item is unchecked out.

    ItemUpdated

    Event that occurs after an item has been updated.

    ItemUpdating

    Event that occurs before an item is updated.

    ItemVersionDeleted

    Event that occurs after a document version is deleted.

    ItemVersionDeleting

    Event that occurs before a document version is deleted.

    ListAdded

    Event that occurs after a list has been created.

    ListAdding

    Event that occurs before a list is created.

    ListDeleted

    Event that occurs after a list has been deleted.

    ListDeleting

    Event that occurs before a list is deleted.

    RoleAssignmentAdded

    Event that occurs after a role assignment is added.

    RoleAssignmentAdding

    Event that occurs before a role assignment is added.

    RoleAssignmentDeleted

    Event that occurs after a role definition is deleted.

    RoleAssignmentDeleting

    Event that occurs before a role assignment is deleted.

    RoleDefinitionAdded

    Event that occurs after a role definition is added.

    RoleDefinitionAdding

    Event that occurs before a role definition is added.

    RoleDefinitionDeleted

    Event that occurs after a role definition is deleted.

    RoleDefinitionDeleting

    Event that occurs before a role definition is deleted.

    RoleDefinitionUpdated

    Event that occurs after a role definition is updated.

    RoleDefinitionUpdating

    Event that occurs before a role definition is updated.

    SiteDeleted

    Event that occurs after a site collection has been deleted.

    SiteDeleting

    Event that occurs before a site collection is deleted.

    WebAdding

    Event that occurs before a new site is created.

    WebDeleted

    Event that occurs after a site has been deleted.

    WebDeleting

    Event that occurs before a site is deleted.

    WebMoved

    Event that occurs after a site URL has been changed.

    WebMoving

    Event that occurs before a site URL has been changed.

    WebProvisioned

    Event that occurs after a new site has been created, but before that new site is provisioned.

    WorkflowCompleted

    Event that occurs after a workflow has completed running.

    WorkflowPostponed

    Event that occurs after a workflow has been postponed.

    WorkflowStarted

    Event that occurs after a workflow has started running.

    WorkflowStarting

    Event that occurs before a workflow starts running

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer