Wijmo UI for the Web
nodeCheckChanged Event
wijmo.tree.wijtree Namespace > options type : nodeCheckChanged Event
jQuery Event object
The node widget that relates to this event.
The nodeCheckChanged event fires when a node is checked.
Syntax
$(function () {
    // Set nodeCheckChanged event handler function
    $(".selector").wijtree({
        nodeCheckChanged : function (e, data) {
     
        }
    });
});
nodeCheckChanged = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
jQuery Event object
data
The node widget that relates to this event.
See Also

Reference

options type
wijtree jQuery Widget