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