TdxPointWrapper.OnChanged Event
Occurs when the X or Y property of the TdxPointWrapper object has been changed.
Declaration
property OnChanged: TdxPointChangeEvent read; write;
Remarks
Handle this event to respond to X and Y properties changes in a TdxPointWrapper object.
See Also