Click or drag to resize

WorkflowViewOnStationClicked Event

This event is fired whenever a station is clicked in the viewer: x and y contain mouse pointer coordinates.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public event WorkflowViewStationClickedHandler OnStationClicked

Value

Type: Kofax.OmniPageCSDK.ToolBoxesWorkflowViewStationClickedHandler
Remarks

ClickEvent shows the current action. It can be one of the following values:

Value Control default implementation
WM_LBUTTONDOWN Mixed mode: starts station dragging
WM_LBUTTONUP Mixed mode: stops station dragging. Station modes: handle click on station button
WM_LBUTTONDBLCLK None
WM_LBUTTONDBLCLK None
WM_RBUTTONUP None
WM_RBUTTONUP None

ItemID identifies the clicked object. You can pass this value to one of the item manipulating functions in your function override. If you want to block the default implementation which is normally executed after the event handler has exited, return False.

See Also