WFHandler.OnWorkflowBegin Event
|
This event is fired when a workflow is started.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic event WFHandler.WorkflowBeginHandler OnWorkflowBegin
Public Event OnWorkflowBegin As WFHandler.WorkflowBeginHandler
public:
event WFHandler.WorkflowBeginHandler^ OnWorkflowBegin {
void add (WFHandler.WorkflowBeginHandler^ value);
void remove (WFHandler.WorkflowBeginHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.IproPlus.WFHandler.WorkflowBeginHandler
See Also