NodeEditCanceled: function (sender,args)
sender. Event source.
args. Event information. Available arguments: Node - edited node, Column - column where the node is edited, Esc - editing is canceled using the ESC key.
The NodeEditCanceled event is fired when the user cancels editing.
This event occurs if the cell content is not yet changed, but the user has switched to edit mode.
To cancel editing, that is, to exit the edit mode, click the space outside the edited cell or press the ESC button.
The example of use is given in the TreeList.NodeEditing event description.
See also: