WFHandlerOnWorkflowBegin 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 WFHandlerWorkflowBeginHandler OnWorkflowBegin
Public Event OnWorkflowBegin As WFHandlerWorkflowBeginHandler
public:
event WFHandlerWorkflowBeginHandler^ OnWorkflowBegin {
void add (WFHandlerWorkflowBeginHandler^ value);
void remove (WFHandlerWorkflowBeginHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.IproPlusWFHandlerWorkflowBeginHandler
See Also