Home | GR32_Image | TCustomImage32 |
TCustomImage32.OnChange
property OnChange: TNotifyEvent;
Description
OnChange is an abstract change notification event, which is called by some of the descendants of TCustomPaintBox32 immediately after changes have been made to their contents.
In TCustomImage32, for example, this includes redirection of change notification events from the contained bitmap and from layers.
This event, however, is not called by TCustomPaintBox32 control itself, unless you call the Changed method explicitly.
Change notification may be disabled with BeginUpdate call and re-enabled with EndUpdate call.
See Also
BeginUpdate, Changed, EndUpdate, TCustomImage32, TCustomPaintBox32
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007