Wijmo UI for the Web
painting Event
wijmo.treemap.wijtreemap Namespace > options type : painting Event
The jQuery.Event object.
The element of wijtreemap.
This event fires before treemap is painting.
Syntax
$(function () {
    // Set painting event handler function
    $(".selector").wijtreemap({
        painting : function (e, args) {
     
        }
    });
});
painting = function ( 
   e : Object,
   args : JQuery
) { };

Parameters

e
The jQuery.Event object.
args
The element of wijtreemap.
See Also

Reference

options type
wijtreemap jQuery Widget