TdxCustomMapControl.OnCenterPointChanged Event
Enables you to perform specific actions after the current center point has been changed.
Declaration
property OnCenterPointChanged: TNotifyEvent read; write;
Remarks
Sender specifies the map control.
Handle the OnCenterPointChanging event to restrict center point changes.
See Also