property OnBitmapResize: TNotifyEvent;
This event is generated after the bitmap image is resized, that is its Width or Height property changes. OnBitmapResize is not generated when Scale or ScaleMode is changed.
[See also]: