TreeList.NodeEdited

Syntax

NodeEdited: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Node - edited node, Column - column where the node is edited.

Description

The NodeEdited event occurs after editing a node name.

Comments

This event is relevant if the TreeList.EnableEdit property is set to true.

Example

The example of use is given in description of the TreeList.NodeEditing event.

See also:

TreeList