Click or drag to resize

WorkflowViewStationClickedHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void StationClickedHandler(
	int lPosX,
	int lPosY,
	int lClickEvent,
	int lStationID,
	ref bool bEnableDefaultProcessing
)

Parameters

lPosX
Type: SystemInt32
lPosY
Type: SystemInt32
lClickEvent
Type: SystemInt32
lStationID
Type: SystemInt32
bEnableDefaultProcessing
Type: SystemBoolean
See Also