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