TdxCustomMapControl.OnZoomLevelChanged Event
Enables you to perform specific actions after the zoom level has been modified.
Declaration
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