NodeEdited: function(sender, args);
sender. Event source.
args. Event information. Available arguments: Node - edited node, Column - column where the node is edited.
The NodeEdited event occurs after editing a node name.
This event is relevant if the TreeList.EnableEdit property is set to true.
The example of use is given in description of the TreeList.NodeEditing event.
See also: