Click or drag to resize

IWorkflow Events


The IWorkflow type exposes the following members.

Events
  Name Description
Public event AfterEntitySave This event is fired after a Entity object is saved.
(Inherited from IEntityEvents)
Public event AfterWorkflowAdvance Called after all actions are executed and Transition has occured. Not called on a Bridge action.
(Inherited from IWorkflowTransitionEvents)
Public event AfterWorkflowAdvanceAsset Called after all actions are executed and Transition has occured. Not called on a Bridge action.
(Inherited from IWorkflowTransitionEvents)
Public event BeforeEntitySave This event is fired before any Entity object is about to be saved.
(Inherited from IEntityEvents)
Public event BeforeWorkflowAdvance Called before a Transition occurs.
(Inherited from IWorkflowTransitionEvents)
Public event BeforeWorkflowAdvanceAsset Called before a Transition occurs.
(Inherited from IWorkflowTransitionEvents)
Top
See Also