DBPix Documentation
Version 2.0

ImageModified Event


Description:  Fired when an open image is modified.
Syntax:  void ImageModified()
Remarks:  

This event is fired when an open image has been modified

An image is modifed when editing (eg rotate, resample), deleting/clearing, or loading, pasting or acquiring a new image.

The image is initially 'opened' when it is loaded by data-binding, asigned to the Image property, or displayed using ImageViewFile or ImageViewBlob.

In an unbound solution this event is commonly used to trigger saving the image (to a file, or in a recordset), or to update a thumbnail etc.

See also:
   ImageChanged event
   IsImageModified method

 

 

Documentation version 2.0.0