Wijmo UI for the Web
selectedNodeChanged Event
wijmo.tree.wijtree Namespace > options type : selectedNodeChanged Event
jQuery Event object
The node widget that relates to this event.
The selectedNodeChanged event fires when the selected node changes.
Syntax
$(function () {
    // Set selectedNodeChanged event handler function
    $(".selector").wijtree({
        selectedNodeChanged : function (e, data) {
     
        }
    });
});
selectedNodeChanged = 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