Click or drag to resize

DictionaryView.DictionaryChangingHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void DictionaryChangingHandler(
	int Language,
	int ID,
	string Name,
	bool Enabled,
	ref bool Cancel
)

Parameters

Language
Type: System.Int32
ID
Type: System.Int32
Name
Type: System.String
Enabled
Type: System.Boolean
Cancel
Type: System.Boolean
See Also