Occurs when the rectangle's dimensions are changed through the class' properties or the transformation methods ( MoveTo, Scale , Translate ). If you change the BoundsRect's fields directly, an OnChange event will not occur. Write an OnChange event handler if you want to respond to changes in the rectangle.
|
---|
Note that the OnChange event is not published, either in this class or in RSGraphics.TRSObjectRect. This allows you to use the TRSCustomRect class to publish a rectangle and receive OnChange events at design-time (similar to publishing a TPen property). |
Namespace: RSGraphics
Delphi |
public |
Property Value
Type: TNotifyEvent