property OnChanging: TNotifyEvent;

Description

OnChanging is triggered immediately before the back-end changes. Typically TCustomBitmap32 or TBitmap32 will use this event to do a cleanup of held resources (fonts etc.).

 

[See also] Changed