WorkflowView.OnWorkflowChanged Event
|
This event is fired when the workflow connected to a document is replaced by a different one.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event WorkflowView.WorkflowChangedHandler OnWorkflowChanged
Public Event OnWorkflowChanged As WorkflowView.WorkflowChangedHandler
public:
event WorkflowView.WorkflowChangedHandler^ OnWorkflowChanged {
void add (WorkflowView.WorkflowChangedHandler^ value);
void remove (WorkflowView.WorkflowChangedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxes.WorkflowView.WorkflowChangedHandler
Remarks
You may want to change the control and control container when a new workflow loads into the control.
See Also