IWorkflowTransitionEventsAfterWorkflowAdvance Event
|
Called after all actions are executed and
Transition has occured.
Not called on a
Bridge action.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax event EventHandler<WorkflowAdvanceEventArgs> AfterWorkflowAdvance
Event AfterWorkflowAdvance As EventHandler(Of WorkflowAdvanceEventArgs)
event EventHandler<WorkflowAdvanceEventArgs^>^ AfterWorkflowAdvance {
void add (EventHandler<WorkflowAdvanceEventArgs^>^ value);
void remove (EventHandler<WorkflowAdvanceEventArgs^>^ value);
}
abstract AfterWorkflowAdvance : IEvent<EventHandler<WorkflowAdvanceEventArgs>,
WorkflowAdvanceEventArgs>
Value
Type:
SystemEventHandlerWorkflowAdvanceEventArgsSee Also