TdxRectWrapper.OnChanged Event
Occurs when coordinates of a rectangle, maintained by the TdxRectWrapper object, have been changed.
Declaration
property OnChanged: TdxRectChangeEvent read; write;
Remarks
Write an OnChanged event handler to respond to changes to TdxRectWrapper object coordinates. The Sides parameter determines the changed coordinates.
See Also