WorkflowViewOnWorkflowChanged Event
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event WorkflowViewWorkflowChangedHandler OnWorkflowChanged
Public Event OnWorkflowChanged As WorkflowViewWorkflowChangedHandler
public:
event WorkflowViewWorkflowChangedHandler^ OnWorkflowChanged {
void add (WorkflowViewWorkflowChangedHandler^ value);
void remove (WorkflowViewWorkflowChangedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxesWorkflowViewWorkflowChangedHandler
See Also