Click or drag to resize

SettingView.AddNodeHandler 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: System.Object
NodeName
Type: System.String
DisplayName
Type: System.String
Cancel
Type: System.Boolean
See Also