There is nothing in the API that will do this for you, yet. I anticipate the dev team will extend the HTML tooltips to PieCharts at some point in the future, though I do not know when that will happen. When the HTML tooltips become available, you can attach click event handlers to them as normal. Until then, if this is an urgent matter, it is possible to dig into the SVG/VML code to identify the tooltip, and attach an event handler to it, but doing so is rather complicated and subject to breaking in future versions of the API.