Click or drag to resize

WorkflowViewOnWorkflowChanged Event

This event is fired when the workflow connected to a document is replaced by a different one.

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public event WorkflowViewWorkflowChangedHandler OnWorkflowChanged

Value

Type: OmniPageCSDK.ToolBoxesWorkflowViewWorkflowChangedHandler
Remarks
You may want to change the control and control container when a new workflow loads into the control.
See Also