Click or drag to resize

DictionaryViewDictionaryChangedHandler Delegate

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

Parameters

Language
Type: SystemInt32
ID
Type: SystemInt32
Name
Type: SystemString
Enabled
Type: SystemBoolean
See Also