Click or drag to resize

DictionaryViewDictionaryChangingHandler Delegate

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in 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: SystemInt32
ID
Type: SystemInt32
Name
Type: SystemString
Enabled
Type: SystemBoolean
Cancel
Type: SystemBoolean
See Also