ImageEn, unit iemview

TImageEnMView.OnImageAdded

TImageEnMView.OnImageAdded


Declaration

property OnImageAdded: TIEMViewImageNotifyEvent;


Description

Occurs whenever an image has been added to the control (using methods such as AppendImage or InsertImage).

Note: OnImageAdded does not occur when frames are added by loading images. For that, use OnImageLoaded


See Also

 OnImageAdd
 OnChanged
 OnChangedEx
 OnCreateImage
 OnImageLoaded