[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.
flexmonster.on('drillthroughclose', function() {
alert("The drill-through view is closed!");
});