ImageViewOnAfterCustomPaint Event
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event ImageViewAfterCustomPaintHandler OnAfterCustomPaint
Public Event OnAfterCustomPaint As ImageViewAfterCustomPaintHandler
public:
event ImageViewAfterCustomPaintHandler^ OnAfterCustomPaint {
void add (ImageViewAfterCustomPaintHandler^ value);
void remove (ImageViewAfterCustomPaintHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxesImageViewAfterCustomPaintHandler
See Also