Try our conversational search powered by Generative AI!

Interface IApprovalEngineEvents

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Contains events that are raised during the running of an approval instance.

Namespace: EPiServer.Approvals
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IApprovalEngineEvents

Events

Aborted

Occurs when an approval instance is aborted.

Declaration
event ApprovalEventHandler Aborted
Event Type
Type Description
ApprovalEventHandler

Approved

Occurs when an approval instance is approved.

Declaration
event ApprovalEventHandler Approved
Event Type
Type Description
ApprovalEventHandler

Rejected

Occurs when an approval instance is rejected.

Declaration
event ApprovalEventHandler Rejected
Event Type
Type Description
ApprovalEventHandler

Started

Occurs when an approval instance is started.

Declaration
event ApprovalEventHandler Started
Event Type
Type Description
ApprovalEventHandler

StepApproved

Occurs when an approval instance step is approved.

Declaration
event ApprovalStepEventHandler StepApproved
Event Type
Type Description
ApprovalStepEventHandler

StepRejected

Occurs when an approval instance step is rejected.

Declaration
event ApprovalStepEventHandler StepRejected
Event Type
Type Description
ApprovalStepEventHandler

StepStarted

Occurs when an approval instance step is started.

Declaration
event ApprovalStepEventHandler StepStarted
Event Type
Type Description
ApprovalStepEventHandler

Extension Methods