We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

drillthroughclose

[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.

Example

pivot.on('drillthroughclose', function() {
alert("The drill-through view is closed!");
});

See also

drillthroughopen