ImageViewOnBeforeCustomPaint Event
|
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in 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:
OmniPageCSDK.ToolBoxesImageViewBeforeCustomPaintHandler
See Also