Click or drag to resize

WFHandler Events

The WFHandler type exposes the following members.

Events
  NameDescription
Public eventOnEnterInteractiveMode
This event is fired when the workflow must start communication with the user via a dialog window.
Public eventOnLeaveInteractiveMode
This event is fired when the interactive mode (the dialog window) is closed.
Public eventOnNewWorkflowObject
This event is fired when a new workflow object is introduced.
Public eventOnWorkflowBegin
This event is fired when a workflow is started.
Public eventOnWorkflowEnd
This event is fired when a workflow ends.
Public eventOnWorkflowInfo
This event is fired when the information attributes of a workflow are changed.
Public eventOnWorkflowStateChanged
This event is fired when the state of a workflow changes.
Top
See Also