Click or drag to resize

WorkflowBarStartingWorkflowHandler Delegate

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in 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: SystemObject
Mode
Type: OmniPageCSDK.ToolBoxesWORKFLOWBARMODE
Type
Type: SystemObject
Continued
Type: SystemBoolean
SkipDefault
Type: SystemBoolean
Cancel
Type: SystemBoolean
See Also