Nothing is passed through the EventHandler's click or the ChartContainer's click.
My use-case is to control an element separate from the chart, passing it the time that was clicked.
You could keep the current mouse state via mousemove or tracker callbacks to use when a click happens, but probably it'd be preferable to just send the x/y and/or time/value through the click handlers.