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