Click or drag to resize

SettingView.InputErrorHandler 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: System.Object
NodeName
Type: System.String
FailedInput
Type: System.String
See Also