WheelZoom reads new data

I read data from database that are presented on a plot.
X is a datetime axis.

After zooming out with WheelZoomTool I would like to read the new plot X datetime limits and update the data to fill the plot.
How is it possible to know on python side these X limits?

Thanks
Alessandro