TdxCustomMapControl.OnZoomLevelChanged Event
In This Article
Enables you to perform specific actions after the zoom level has been modified.
#Declaration
Delphi
property OnZoomLevelChanged: TNotifyEvent read; write;
#Remarks
Sender specifies the map control.
Handle the OnZoomLevelChanging event to prohibit the map control from zooming in/out.
See Also