using event attribute in CustomJS callback

I have used bokeh to create an html file with two bokeh plots and I want the second plot to respond to a double-click on the first plot by using the x-axis value of the location of the double-click. Is there a simple way to do this? My javascript knowledge is very limited. Thank you!