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