Click or drag to resize

WorkflowBar.StartingWorkflowHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void StartingWorkflowHandler(
	Object WFHandler,
	WORKFLOWBARMODE Mode,
	Object Type,
	bool Continued,
	ref bool SkipDefault,
	ref bool Cancel
)

Parameters

WFHandler
Type: System.Object
Mode
Type: Kofax.OmniPageCSDK.ToolBoxes.WORKFLOWBARMODE
Type
Type: System.Object
Continued
Type: System.Boolean
SkipDefault
Type: System.Boolean
Cancel
Type: System.Boolean
See Also