Click or drag to resize

SettingViewAddNodeHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void AddNodeHandler(
	Object SettingNode,
	string NodeName,
	ref string DisplayName,
	ref bool Cancel
)

Parameters

SettingNode
Type: SystemObject
NodeName
Type: SystemString
DisplayName
Type: SystemString
Cancel
Type: SystemBoolean
See Also