Wijmo UI for the Web
drillingDown Event
wijmo.treemap.wijtreemap Namespace > options type : drillingDown Event
Standard jQuery event object
Information about an event
This event fires before drill down. This event can be cancelled, use "return false;" to cancel the event.
Syntax
$(function () {
    // Set drillingDown event handler function
    $(".selector").wijtreemap({
        drillingDown : function (e, data) {
     
        }
    });
});
drillingDown = function ( 
   e : jQuery.Event,
   data : IDrillingDownEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijtreemap jQuery Widget