Click or drag to resize

SettingViewInputErrorHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void InputErrorHandler(
	Object SettingNode,
	string NodeName,
	string FailedInput
)

Parameters

SettingNode
Type: SystemObject
NodeName
Type: SystemString
FailedInput
Type: SystemString
See Also