WFHandler.OnEnterInteractiveMode Event
|
This event is fired when the workflow must start communication with the user via a dialog window.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic event WFHandler.EnterInteractiveModeHandler OnEnterInteractiveMode
Public Event OnEnterInteractiveMode As WFHandler.EnterInteractiveModeHandler
public:
event WFHandler.EnterInteractiveModeHandler^ OnEnterInteractiveMode {
void add (WFHandler.EnterInteractiveModeHandler^ value);
void remove (WFHandler.EnterInteractiveModeHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.IproPlus.WFHandler.EnterInteractiveModeHandler
See Also