[starting from version: 2.8]
It is triggered when the drill-through view is closed. To know when the drill-through view is opened, use the drillthroughopen event.
drillthroughopen
pivot.on('drillthroughclose', function() { alert("The drill-through view is closed!");});
In this guide