TreeList.NodeEditCanceled

Syntax

NodeEditCanceled: function (sender,args)

Parameters

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.

Description

The NodeEditCanceled event is fired when the user cancels editing.

Comments

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 outside the edited cell or press the ESC key.

Example

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

See also:

TreeList