TcxGeometryObject.OnChange Event
In This Article
Allows you to respond to changes made to the persistent geometry object’s settings.
#Declaration
Delphi
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