Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • 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

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

    See also

    drillthroughopen