TdxPointWrapper.OnChanging Event
Occurs when the X or Y property of the TdxPointWrapper object is about to be changed.
Declaration
property OnChanging: TdxPointChangingEvent read; write;
Remarks
Handle this event to force an event before changing the X and Y properties of a TdxPointWrapper object.
See Also