TcxGeometryObject.OnChange Event
Allows you to respond to changes made to the persistent geometry object’s settings.
Declaration
property OnChange: TNotifyEvent read; write;
Remarks
A descendant class raises this event in response to changing its stored geometric primitive.
The Sender parameter specifies the persistent geometry object that raised the OnChange event.
See Also