Click or drag to resize

ImageViewOnReorderingFinished Event

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

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

Value

Type: OmniPageCSDK.ToolBoxesImageViewReorderingFinishedHandler
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