Click or drag to resize

ImageView.OnReorderingFinished Event

This event is fired when a previously initiated zone reorder function is terminated.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public event ImageView.ReorderingFinishedHandler OnReorderingFinished

Value

Type: Kofax.OmniPageCSDK.ToolBoxes.ImageView.ReorderingFinishedHandler
Remarks
To end reorder mode, either a different tool has to be activated, or the IVC_BTN_REORDER command has to be executed again.
See Also