Click or drag to resize

WorkflowViewKeyPressedHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void KeyPressedHandler(
	int lVKeyCode,
	int lKeyEvent,
	int lItemID,
	ref bool bEnableDefaultProcessing
)

Parameters

lVKeyCode
Type: SystemInt32
lKeyEvent
Type: SystemInt32
lItemID
Type: SystemInt32
bEnableDefaultProcessing
Type: SystemBoolean
See Also