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