Click or drag to resize

WorkflowViewKeyPressedHandler Delegate

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in 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