Custom Events | Explanation |
---|---|
AfterScan | Generated after an image is scanned with the scan device |
BeforeScan | Generated just before an image is scanned with the scan device |
ClickOnPanWindow | |
EditToolBar | Generated whenever the image editing toolbars are opened or closed |
EndDispImage | Generated after the image is displayed |
EndLoad | Generated after a file has loaded |
EndPopUpMenu | Generated just after the PopUp Menu has closed |
EndRasterToVector | Generated after a raster image has been converted to a vector image |
EndSave | Generated after a file has finished being saved |
EndVectorToRaster | Generated after a vector image has been converted to a raster image |
GetDragDropFileName | Generated after an image is dragged and dropped into the ImageKit Control |
MagnifierMouseDown | Generated when the mouse button is pressed inside the Magnifier |
MagnifierMouseMove | Generated when the mouse cursor is moved within the Magnifier |
MagnifierMouseUp | Generated when the mouse button is released inside the Magnifier |
MouseDownImage | Generated when the mouse cursor is inside the image and the mouse button has been pressed |
MouseDownSelectLayerImage | Generated when the mouse cursor is over a layer image and the mouse button is been pressed |
MouseMoveImage | Generated when the mouse moves over the image |
MouseUpImage | Generated when the mouse cursor is inside the image and the mouse button has been released |
MouseUpSelectLayerImage | Generated when the mouse cursor is over a layer image and the mouse button is been released |
MouseWheelDownImage | Generated when the mouse wheel is rolled down |
MouseWheelUpImage | Generated when the mouse wheel is rolled up |
PanWindow | Generated whenever the Pan window is displayed or closed |
Progress | Generated when an effect in being processed, a file is being loaded or saved, or when a file is converted between vector and raster |
Scanning | Generated when an image is being scanned by the scan device |
ScrollDispImage | Generated when a scroll bar is used to scroll the image |
SelEditFunction | Generated when a button on the image editing toolbar (either Raster or Vector) is clicked |
StartLoad | Generated before a file has started to load |
StartRasterToVector | Generated when a raster image is converted to a vector image |
StartSave | Generated before an image is saved |
StartVectorToRaster | Generated when a vector image is converted to a raster image |