Interface IApprovalEngineEventsRaiser

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Namespace: EPiServer.Approvals.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IApprovalEngineEventsRaiser : IApprovalEngineEvents

Methods

ClearAllEventHandlers()

Declaration
void ClearAllEventHandlers()

OnAborted(ApprovalEventArgs)

Declaration
void OnAborted(ApprovalEventArgs args)
Parameters
Type Name Description
ApprovalEventArgs args

OnApproved(ApprovalEventArgs)

Declaration
void OnApproved(ApprovalEventArgs args)
Parameters
Type Name Description
ApprovalEventArgs args

OnRejected(ApprovalEventArgs)

Declaration
void OnRejected(ApprovalEventArgs args)
Parameters
Type Name Description
ApprovalEventArgs args

OnStarted(ApprovalEventArgs)

Declaration
void OnStarted(ApprovalEventArgs args)
Parameters
Type Name Description
ApprovalEventArgs args

OnStepApproved(ApprovalStepEventArgs)

Declaration
void OnStepApproved(ApprovalStepEventArgs args)
Parameters
Type Name Description
ApprovalStepEventArgs args

OnStepCommented(ApprovalStepEventArgs)

Declaration
void OnStepCommented(ApprovalStepEventArgs args)
Parameters
Type Name Description
ApprovalStepEventArgs args

OnStepRejected(ApprovalStepEventArgs)

Declaration
void OnStepRejected(ApprovalStepEventArgs args)
Parameters
Type Name Description
ApprovalStepEventArgs args

OnStepStarted(ApprovalStepEventArgs)

Declaration
void OnStepStarted(ApprovalStepEventArgs args)
Parameters
Type Name Description
ApprovalStepEventArgs args

Extension Methods