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