TIECustomMultiBitmap.OnChanged
Declaration
property OnChanged: TIEImageNotifyEvent;
Description
Occurs whenever the TIEMultiBitmap is modified, e.g. by appending, inserting or deleting frames, or maniputation of individual frames (e.g. by
Rotate).
Note: If an image is modified then
idx will be a valid index. For frame addition, removal and movement,
idx will be -1.
See Also
◼Modified